summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
AgeCommit message (Collapse)Author
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ↵alec
rcube_imap class git-svn-id: https://svn.roundcube.net/trunk@5557 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-06Show attachment filename in page titlethomasb
git-svn-id: https://svn.roundcube.net/trunk@5547 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-05Replace prompt() with jQuery UI dialog (#1485135)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5544 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-05- Fix attaching files (broken with changes to _SESSION['compose']) (#1488235)alec
git-svn-id: https://svn.roundcube.net/trunk@5542 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-02- Add $_SESSION['mailto'] variable cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@5531 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-02- Fix compose from addressbook, broken in r5521alec
git-svn-id: https://svn.roundcube.net/trunk@5530 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alec
git-svn-id: https://svn.roundcube.net/trunk@5521 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-01- Remove unused resultalec
git-svn-id: https://svn.roundcube.net/trunk@5520 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5509 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-26- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)alec
git-svn-id: https://svn.roundcube.net/trunk@5493 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages ↵alec
bodies (#1487424): don't try to parse it, display notice with a link to download it directly git-svn-id: https://svn.roundcube.net/trunk@5490 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Performance improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@5486 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Mark folder as recent only when it contains unseen messagesalec
git-svn-id: https://svn.roundcube.net/trunk@5484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alec
git-svn-id: https://svn.roundcube.net/trunk@5483 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Fix possible infinite redirect on attachment preview (#1488199)alec
git-svn-id: https://svn.roundcube.net/trunk@5479 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-15- Fix regression in setting recipient to self when replying to a Sent ↵alec
message (#1487074) git-svn-id: https://svn.roundcube.net/trunk@5427 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-14- Fix sorting autocomplete results to preserve email address significance ↵alec
(#1488084) git-svn-id: https://svn.roundcube.net/trunk@5421 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Add option to skip alternative email addresses in autocompletionalec
git-svn-id: https://svn.roundcube.net/trunk@5412 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Fix matching check to be unicode-awarealec
git-svn-id: https://svn.roundcube.net/trunk@5410 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit ↵alec
button for drafts git-svn-id: https://svn.roundcube.net/trunk@5409 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Fix problem with parsing HTML message body with non-unicode characters ↵alec
(#1487813) git-svn-id: https://svn.roundcube.net/trunk@5407 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alec
#1487907) git-svn-id: https://svn.roundcube.net/trunk@5406 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-09Consider replication delays in session storagethomasb
git-svn-id: https://svn.roundcube.net/trunk@5403 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5401 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-03- Fix redundant line break in flowed format (#1488146)alec
git-svn-id: https://svn.roundcube.net/trunk@5388 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-27Fix inline display of image attachmentsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5371 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-26- Fix IDN address validation issue (#1488137)alec
git-svn-id: https://svn.roundcube.net/trunk@5369 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-26- Fix removing compose data from session after sending a messagealec
git-svn-id: https://svn.roundcube.net/trunk@5368 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-25- Fix handling of <title> tag for cases where (malformed) HTML content ↵alec
contains more than one <title> tag git-svn-id: https://svn.roundcube.net/trunk@5364 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-23- Improve handling of malformed charset specification in HTML messages ↵alec
(#1488093) git-svn-id: https://svn.roundcube.net/trunk@5360 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-10Contact groups can have direct email addresses => distribution lists; enable ↵thomasb
'compose' command for the selected group git-svn-id: https://svn.roundcube.net/trunk@5328 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-07Autocomplete LDAP records when adding contacts from mail (#1488073)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5322 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-07- Make sure LDAP name fields aren't arrays (#1488108)alec
git-svn-id: https://svn.roundcube.net/trunk@5318 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Improved performance of draft saving by usage of APPENDUID response if ↵alec
available (skipped SEARCH call) git-svn-id: https://svn.roundcube.net/trunk@5302 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-03- Don't print error to the log when trying to delete non-existing draft messagealec
git-svn-id: https://svn.roundcube.net/trunk@5301 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-30Restrict folders list to write-only in selectors for special folders and ↵thomasb
save-message-to option git-svn-id: https://svn.roundcube.net/trunk@5297 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-27- Fix bug where when replying always the last identity is used (#1488101)alec
git-svn-id: https://svn.roundcube.net/trunk@5280 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alec
git-svn-id: https://svn.roundcube.net/trunk@5274 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22- Fix bug where after delete message rows can be added to the list of ↵alec
another folder (#1487752) git-svn-id: https://svn.roundcube.net/trunk@5266 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21- Add Priority filter to the messages listalec
git-svn-id: https://svn.roundcube.net/trunk@5256 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalec
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete) git-svn-id: https://svn.roundcube.net/trunk@5233 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Trigger 'new_messages' hook for all checked folders (#1488083)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5228 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Fix session race conditions when composing new messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5226 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- Fix is_a() usagealec
git-svn-id: https://svn.roundcube.net/trunk@5222 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alec
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method git-svn-id: https://svn.roundcube.net/trunk@5190 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-07- Localize (full) forwarded message header (#1488058)alec
git-svn-id: https://svn.roundcube.net/trunk@5188 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Merge devel-spellcheck branch:alec
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options) git-svn-id: https://svn.roundcube.net/trunk@5181 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5144 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Add plugin hook message_part_get for message part downloadsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5143 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-28- Localize forwarded message header (#1488058)alec
- pl_PL update - Fix label: databaserror -> dberror git-svn-id: https://svn.roundcube.net/trunk@5139 208e9e7b-5314-0410-a742-e7e81cd9613c