summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
2011-01-26Separate full message headers UI element from headers table (#1487715) + ↵thomascube
Remove double borders in folder listing (#1487713)
2011-01-23- Add part MIME ID to message_part_* hooks (#1487718)alecpl
2011-01-19Show full mail subject as title (#1487128)thomascube
2011-01-16- Move action files map from index.php to steps' func.inc filesalecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalecpl
2010-12-23- Fix duplicated rcmBody divalecpl
2010-12-20- Revert wrong optimization in r4354alecpl
2010-12-20- small performance improvementalecpl
2010-12-09- Improved Mail-Reply-To and Mail-Followup-To headers handlingalecpl
2010-12-03- New Folder Manager UIalecpl
- Fix invalid Request when creating a folder (#1487443) - Add folder size and quota indicator in folder manager (#1485780) - Add possibility to move a subfolder into root folder (#1486791)
2010-12-01- Fix "Cannot use scalar value..." warning (#1487066)alecpl
2010-11-14- Re-fix handling of html entity strings in plain/text messagesalecpl
2010-11-12- Fix handling of folders with "<>" characters in namealecpl
2010-11-12- Fix handling of folders with name "0" (#1487119)alecpl
2010-11-05- Fix displaying long header names in message headers tablealecpl
- Fix translation labels names for Mail-Followup-to and Mail-Reply-To
2010-11-04- Fix extra line added to the message body when using php mail function ↵alecpl
(#1487060)
2010-11-04- Improve responsiveness of messages displaying (#1486986)alecpl
2010-11-03- Add missing confirmation/error messages on contact/group/message actions ↵alecpl
(#1486845) - Add 'loading' message on message move/copy/delete/mark actions
2010-10-20- Add workaround for some Outlook's wrong content-types, per discussion in ↵alecpl
#1487051
2010-10-17- Add separate column for message status icon (#1486665)alecpl
2010-10-13- Minimize session data size by storing only last search resultalecpl
and by removing search result from session after listing with empty search filter
2010-10-12- Fix signature removal when replying in HTML to plain/text messagealecpl
2010-10-08- Add message content-type to the message flags in add_message_row(), can be ↵alecpl
used e.g. to set message row style/icon according to message type
2010-10-08- Add message list menu to css-sprite imagealecpl
2010-10-08- Use css sprite image for messages listalecpl
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alecpl
2010-10-04- Add Reply-to-List feature (#1484252)alecpl
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
2010-09-30- Fix charset replacement in HTML message bodies (#1487021)alecpl
2010-09-30- Improve a little email address pattern, broken with IDNA support ↵alecpl
implementation
2010-09-29- Allow setting some washtml options from plugin (#1486578)alecpl
2010-09-29- Add option to automatically send read notifications for known senders ↵alecpl
(1485883)
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- Fix r3962 (< and > characters were not replaced with HTML entities in ↵alecpl
plain messages)
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-09-17- Fix list_cols is not updated after column dragging (#1486999)alecpl
- Improved save-pref action and moved to separate file in utils task directory - Improved http_post/http_request to support first argument in form 'task/action'
2010-09-16- Fix when IMAP connection fails in 'get' action session shouldn't be ↵alecpl
destroyed (#1486995) - Performance: improve mail/get action and skip one IMAP connection
2010-09-14- Improve logic of signatures colorizing and truncating, introduce ↵alecpl
sig_max_lines option
2010-09-14- Fix format=flowed handling (#1486989) + small improvements in plain ↵alecpl
messages parsing
2010-09-11- Fix messages background image handling in some cases (#1486990)alecpl
2010-08-30- Use host FQDN in Message-Id, if possible (#1486924)alecpl
2010-08-29- Fix timezone string in sent mail (#1486961)alecpl
2010-08-28- Display inline images with known extensions and non-image content-type ↵alecpl
(#1486934)
2010-08-28- Remove unused checkalecpl
2010-08-16- Added 'message_body_prefix' hook. Now it's possible to add some HTML codealecpl
before every displayed part of the message.
2010-08-03- Improve displaying of html messages with body's background imagealecpl
2010-07-30- Fix bgcolor attribute of message body handlingalecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alecpl
list (old names are supported without errors nor warnings)
2010-07-29- Include all recipients in sendmail logalecpl
2010-07-28- Added handling of PCRE limits errors in rcmail_wash_html() (#1486856)alecpl