summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
2011-12-16Add more classes and options to HTML elements for better styleabilitythomascube
2011-12-14- Skip inline images (fixes issue where images used in HTML body were ↵alecpl
displayed below the body once again)
2011-12-12More options for message headers output in templatesthomascube
2011-12-12More from Larry...thomascube
2011-12-10Better CSS url() validationthomascube
2011-12-09Add css class to add-iconthomascube
2011-12-09Allow clean background:url(...) styles in safe mode. This will make ↵thomascube
Roundcube pass the Email Standards Acid Test
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ↵alecpl
rcube_imap class
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alecpl
2011-11-29Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895)thomascube
2011-11-25- Prevent from memory_limit exceeding when trying to parse big messages ↵alecpl
bodies (#1487424): don't try to parse it, display notice with a link to download it directly
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-10- Fix problem with parsing HTML message body with non-unicode characters ↵alecpl
(#1487813)
2011-11-03- Fix redundant line break in flowed format (#1488146)alecpl
2011-10-27Fix inline display of image attachmentsthomascube
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 ↵alecpl
contains more than one <title> tag
2011-10-23- Improve handling of malformed charset specification in HTML messages ↵alecpl
(#1488093)
2011-09-22- Fix bug where after delete message rows can be added to the list of ↵alecpl
another folder (#1487752)
2011-09-21- Add Priority filter to the messages listalecpl
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
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
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
2011-08-27- Fix is_a() usage for PHP>5.3.6alecpl
2011-08-22- Added 'priority' column on messages listalecpl
2011-08-14More unique error codesthomascube
2011-07-27Move mail sending functions from mail task to core for general usagethomascube
2011-07-04Cache information about writeble address sources for performance reasonsthomascube
2011-05-16- Add option to set default action of Forward button to "Forward as attachment"alecpl
2011-05-16- Trim HTML message before washing, to make sure that BOM is removed even ↵alecpl
when prepended by some whitespace chars (#1487915)
2011-05-13Don't connect to address books unless necessarythomascube
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alecpl
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alecpl
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars ↵alecpl
(#1487883)
2011-04-20- Improve performance by including files with absolute path (#1487849) alecpl
2011-04-08- Improve space-stuffing handling in format=flowed messages (#1487861) alecpl
2011-03-10Prepare for multiple concurrent compose windowsthomascube
2011-02-28- Fix parsing links with non-printable characters inside (#1487805)alecpl
2011-02-08- Use html::span instead of HTML codealecpl
2011-02-08- Make so addcontact icon doesn't jump alone to next linealecpl
2011-02-03Prevent from relaying arbitrary requests through modcss.inc (security issue)thomascube
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alecpl
2011-01-31- Prevent from messages_sort_col == nullalecpl
2011-01-31- Fix add/remove columns in message list when message_sort_order isn't set ↵alecpl
(#1487751)
2011-01-28Don't block CSS styles having important keywordsthomascube
2011-01-26Separate full message headers UI element from headers table (#1487715) + ↵thomascube
Remove double borders in folder listing (#1487713)