2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 5 months ago.
Jan 23, 2024 — Jan 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added an option to disable the sort parsing speed up just in case some IMAP servers decide to return quoted strings or literals in SORT responses. I can't imagine why an IMAP server would do this but it is allowed by the spec. The default behavior is to use the faster (non-compliant) parsing since it is WAY faster especially on large folders and is reasonably safe IMO. Also a doc update. More... almost 17 years ago
very nice sort parsing speed up. Added a special case that skips the parse_line routine since it handles things like literals and quoted strings. SORT responses are simply space delimited lists of UIDs so instead we simply explode() the line. This cuts down the time to open large mailboxes (before the sort order is cached) significantly. I was unabe to open a folder with 90K messages within the 30 second script timeout but with this it opens in < 2 seconds. More... almost 17 years ago
doc update. Added a theme class to style messages on the mailbox and search pages that are marked as flagged More... almost 17 years ago
Improvement to html to text formatting when replying to an HTML message More... almost 17 years ago
doc update More... almost 17 years ago
fix a bug that made folders with only numbers in the name unselectable More... almost 17 years ago
little fix for reported problem with loading a mailbox page that has no messages (after deleting all of the last page for example). More... almost 17 years ago
remove charset lookup in imap class (should not be needed here anyway) More... almost 17 years ago
Added more mailto protocol support More... almost 17 years ago
Support for FF3 mailto: protocol. Set to <url-to-hm2>/?page=compose&url=%s More... almost 17 years ago
doc update More... almost 17 years ago
doc update More... almost 17 years ago
added 2 new themes thanks to terpmeister at redmutt.com More... almost 17 years ago
doc updates for the beta 3 release More... almost 17 years ago
typo fix More... almost 17 years ago
doc upate, and another translation converted from hm1 (finnish) More... almost 17 years ago
converted usable strings from Hastymail 1 for Catalan and Turkish translatons More... almost 17 years ago
bug fix to the new checkbox javascript More... almost 17 years ago
added some javascrtip to re-check any checkboxes on More... almost 17 years ago
fix incorrect translation string More... almost 17 years ago
added an option to show the page links on the mailbox view both above and below the message list More... almost 17 years ago
remove the "new" page link since we now have the "unread" link on the left by the folder dropdown More... almost 17 years ago
string fix and a bug fix when importing cards (the display name was not correctly set) More... almost 17 years ago
new option to hide images from external sources in html messages. More... almost 17 years ago
this is a big update that replaces the often confusing and limited drop down menus More... almost 17 years ago
add a few controls and remove trailing comma (which break IE) More... almost 17 years ago
fix bad redirect after sending More... almost 17 years ago
remove debug More... almost 17 years ago
new partial langauge file (Dutch) with more to come. More... almost 17 years ago
fix mistakenly deleted header() on file download More... almost 17 years ago