summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Expand)Author
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ...alecpl
2011-12-06Show attachment filename in page titlethomascube
2011-12-05Replace prompt() with jQuery UI dialog (#1485135)thomascube
2011-12-05- Fix attaching files (broken with changes to _SESSION['compose']) (#1488235)alecpl
2011-12-02- Add $_SESSION['mailto'] variable cleanupalecpl
2011-12-02- Fix compose from addressbook, broken in r5521alecpl
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alecpl
2011-12-01- Remove unused resultalecpl
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomascube
2011-11-26- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)alecpl
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages bodie...alecpl
2011-11-24- Performance improvementsalecpl
2011-11-24- Mark folder as recent only when it contains unseen messagesalecpl
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alecpl
2011-11-24- Fix possible infinite redirect on attachment preview (#1488199)alecpl
2011-11-15- Fix regression in setting recipient to self when replying to a Sent message...alecpl
2011-11-14- Fix sorting autocomplete results to preserve email address significance (#1...alecpl
2011-11-10- Add option to skip alternative email addresses in autocompletionalecpl
2011-11-10- Fix matching check to be unicode-awarealecpl
2011-11-10- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit but...alecpl
2011-11-10- Fix problem with parsing HTML message body with non-unicode characters (#14...alecpl
2011-11-10- Add option to define matching method for addressbook search (#1486564, #148...alecpl
2011-11-09Consider replication delays in session storagethomascube
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomascube
2011-11-03- Fix redundant line break in flowed format (#1488146)alecpl
2011-10-27Fix inline display of image attachmentsthomascube
2011-10-26- Fix IDN address validation issue (#1488137)alecpl
2011-10-26- Fix removing compose data from session after sending a messagealecpl
2011-10-25- Fix handling of <title> tag for cases where (malformed) HTML content contai...alecpl
2011-10-23- Improve handling of malformed charset specification in HTML messages (#1488...alecpl
2011-10-10Contact groups can have direct email addresses => distribution lists; enable ...thomascube
2011-10-07Autocomplete LDAP records when adding contacts from mail (#1488073)thomascube
2011-10-07- Make sure LDAP name fields aren't arrays (#1488108)alecpl
2011-10-03- Improved performance of draft saving by usage of APPENDUID response if avai...alecpl
2011-10-03- Don't print error to the log when trying to delete non-existing draft messagealecpl
2011-09-30Restrict folders list to write-only in selectors for special folders and save...thomascube
2011-09-27- Fix bug where when replying always the last identity is used (#1488101)alecpl
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alecpl
2011-09-22- Fix bug where after delete message rows can be added to the list of another...alecpl
2011-09-21- Add Priority filter to the messages listalecpl
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
2011-09-16Trigger 'new_messages' hook for all checked folders (#1488083)thomascube
2011-09-16Fix session race conditions when composing new messagesthomascube
2011-09-16- Fix is_a() usagealecpl
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alecpl
2011-09-07- Localize (full) forwarded message header (#1488058)alecpl
2011-09-06- Merge devel-spellcheck branch:alecpl
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomascube
2011-08-29Add plugin hook message_part_get for message part downloadsthomascube
2011-08-28- Localize forwarded message header (#1488058)alecpl