summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Expand)Author
2008-09-16Fix typos + only add callback for style tags when safe-flag is setthomascube
2008-09-16- Fix inline images handling when replying/forwarding html messagesalecpl
2008-09-16- Reduced memory footprint when forwarding attachments (#1485345)alecpl
2008-09-15- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)alecpl
2008-09-14-small folder names abbreviation fixesalecpl
2008-09-14- handle 'undisclosed-recipients in imap.incalecpl
2008-09-14- don't show 'To' header if contains only /^undisclosed-recipients[:;]*$/alecpl
2008-09-13#1485337: fill recipient on reply to address of yourself (if there's only one...alecpl
2008-09-12- Fixed quota img height/width setting from template (#1484857)alecpl
2008-09-12Allow (sanitized) style elements in HTML messagesthomascube
2008-09-12Add link to open message in new window + tweaked some header stylesthomascube
2008-09-12- Added vertical splitter for folders list resizingalecpl
2008-09-06Give the user a second chance when sending failes due session errorthomascube
2008-09-06Log error when submitting an invalid compose IDthomascube
2008-09-06Don't wrap worwarded text; better wrap reply message textthomascube
2008-09-05Immediately save sort_col/sort_order in user prefs (#1485265)thomascube
2008-09-05Correctly handle options in mailto-links (#1485228)thomascube
2008-09-05Codestyle: indent with spaces instead of tabsthomascube
2008-09-05Also report errors when automatically sending receipt messagesthomascube
2008-09-05Indicate allowed max. attachment size in compose screen (#1485030)thomascube
2008-09-05showImages attribute is skin template is obsolte: now set in user prefsthomascube
2008-09-05Killed one more global var + log logins to a separate file (not console)thomascube
2008-09-04Enable export of contacts as vCard + DRYthomascube
2008-09-04- Truncate very long (above 50 characters) attachment filenames when displayingalecpl
2008-09-03- Fix Reply-To header displaying (#1485314)alecpl
2008-09-02Let rcmail class create address book instancesthomascube
2008-08-29#1485297: remove signature's div ID from sent html messagealecpl
2008-08-29#1485241: be sure that folder is subscribed when saving sent messagealecpl
2008-08-28- Added option 'quota_zero_as_unlimited' (#1484604)alecpl
2008-08-28- Write to log also sent MDN confirmation messagesalecpl
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
2008-08-22Remove mailto links from sender/recipient addresses in message list and wait ...thomascube
2008-08-22Revert r1670 but improve part download step by fixing headers and adding set_...thomascube
2008-08-21- Add Content-Length header while attachments downloading (#1484256)alecpl
2008-08-21change to double-escape to get through TinyMCE's cleanup #1484904svncommit
2008-08-21escape html entities in forward/reply headers #1484904svncommit
2008-08-21- typoalecpl
2008-08-21#1485288: read In-Reply-To and References when composing saved draftalecpl
2008-08-21#1485287: allow underline in html charset for proper replacementalecpl
2008-08-18Prevent from including empty templatethomascube
2008-08-18Set defaults for 'spellcheck_languages' and make sure the user language is se...thomascube
2008-08-15Enable spellchecker for HTML editorthomascube
2008-08-15Prevent further errors when the requested dictionary is not available; pspell...thomascube
2008-08-15Added pspell support patch by Kris Steinhoff (#1483960)thomascube
2008-08-14Added template object for current mailbox name (#1485256)thomascube
2008-08-13#1485242: better handling of situation when message was sent successfully but...alecpl
2008-07-31Save outgoing mail to selectable folder (#1324581)thomascube
2008-07-31Fix read_when_deleted behavior + javascript codestylethomascube
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + s...thomascube
2008-07-22PHP bug #32547 workaround: remove <title> tag because of libxml2 library prob...alecpl