2
I Use This!
Activity Not Available

News

Analyzed 8 months ago. based on code collected 8 months ago.
Posted about 14 years ago
Sorry about that! I am pretty sure something I changed recently broke the code. I committed a potential fix in rev 1977, if you could try it and let me know that would be great. I really appreciate all your feedback lately. I'm hoping to revamp the ... [More] site a bit in the near future and part of that will be new forums which should make posting more pleasant. These are slow and sort of buggy (I wrote them so I know :)Jason [Less]
Posted about 14 years ago
SVN Trunk rev. 1976.All attachments in messages show up as having zero bytes."attachments_path" is set as such: attachments_path = /var/hastymail2/attachments/Apache runs as user "nobody"; permissions on attachment directory and parent directories ... [More] look good:drwxr-xr-x 2 nobody nobody 4096 Aug 26 17:57 /var/hastymail2/attachments/I receive no errors, nothing complaining in the Apache logs.Turning on IMAP and DB debugging gives me no indication of a problem. I can "view" attached images, but once downloaded, they are empty files.Attachments are small, around 60KB.I must have some setting messed up, but I can't see what it is.Any help is appreciated. --Augie [Less]
Posted about 14 years ago
The problem appears to be the fact that original image url is not in a valid format (it has unescaped single quotes embedded in it). When plutting in the placeholder we don't care about the original url's arguments so rather than have something ... [More] between 'place_holder.png' and 'electrical' I have altered the regular expression to replace the entire url even if it's invalid (hopefully). You can test it out in SVN rev 1975.Thanks for the feedback,Jason [Less]
Posted about 14 years ago
I was looking at server logs today, and noticed several 404 errors that where created by Hastymail. A little research and a search of the source code leads me to the prep_html_part function in misc_functions.php. The code section I think is affected ... [More] starts with: if ($image_replace) { Basically, it is trying to load the images/place_holder.png file. But the url is not formatted correctly. Here is a sample from the server log:/mail/images/place_holder.pngelectrical'&key='or'&key='mechanical'&key='or'&key='equipment'&lid=630&ge=1&dcel=9&mil=0&transactionid=57965007MONS18&size=728x90&pp=1"Note that part of the url that is: place_holder.pngelectrical'I suspect there needs to be something else between the .png and the electrical. I've determined that all the messages are created by a regular email I get from a specific sender, so the problem may actually lie with the formatting of their HTML message part. I don't have a recent email fom them saved, so I can't review/provide a copy of their source. [Less]
Posted about 14 years ago by sailfrog <[email protected]>
When replying to a message in which the lines are too long to fit the resulting quoted text ends up looking crappy because a line will be wrapped but only have a single quoted word on the second line. Build more robust routines that attempt to more nicely format reply text in these cases.
Posted about 14 years ago by magnus <[email protected]>
is there any plans to enhance the granularity of the templating system? I would like to be able to, for example, change the order of the fields of the compose form. I've seen that the compose template (templates/compose.php) of the default theme seems to be limited to echo $pd->print_compose_form() thanks in advance
Posted about 14 years ago
Found the problem and it should be fixed in SVN rev 1971.Thanks for the feedback,Jason
Posted about 14 years ago
The vCard import does not import the "Company Unit" attribute.How to reproduce:Create a new contact that contains a "Company Unit".Export that contact.Import that contact back in.The "Company Unit" is missing.This vCard was exported from HM2 ( svn ... [More] r1964 ):BEGIN:VCARDVERSION:2.1N:Schwer;AugustFN:August SchwerTEL;Work:x2289ORG:Sonic.net;SOCEMAIL;INTERNET:[email protected]:VCARD --Augie [Less]
Posted about 14 years ago
No problem. If you do end up creating anything we would love to include it in the source to share with other sites.Jason
Posted about 14 years ago
Thanks Jason!