summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
AgeCommit message (Collapse)Author
2010-03-11Save draft information in one header; finally fixes #1486203thomascube
2010-03-05Allow outgoing_message_headers hook to abort message sendingthomascube
2010-03-04Flag original messages after sending a draft (#1486203)thomascube
2010-03-02- Added force_7bit option to force MIME encoding of plain/text messages ↵alecpl
(#1486510)
2010-02-25- improve transfer encoding choosingalecpl
2010-02-25- Fix Received headers to behave better with SpamAssassin (#1486513)alecpl
2010-02-09- Fix attachment excessive memory use, support messages of any size (#1484660)alecpl
2010-02-05- Fix quoted text wrapping when replying to an HTML email in plain text ↵alecpl
(#1484141)
2010-01-28- add file/line definitions to raise_error() callsalecpl
2010-01-25- fix mail subject encoding with mb_encode_mimeheader() (#1486418)alecpl
2009-12-02- add line number to some error messagesalecpl
2009-10-14- Added server-side e-mail address validation with 'email_dns_check' option ↵alecpl
(#1485857)
2009-09-23- fixed Received header formatalecpl
2009-09-07- Use faster/secure mt_rand() (#1486094)alecpl
2009-07-06- Show SMTP errors in browser (#1485927)alecpl
2009-06-22- use RCMAIL_CHARSET instead of hardcoded 'utf-8'alecpl
2009-06-04- fix sending mail without identityalecpl
2009-06-03- fix sending mail without identity (#1485898)alecpl
2009-05-16- Added possibility to encrypt received header, option ↵alecpl
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security
2009-05-15- Fix Answered/Forwarded flag setting for messages from subfoldersalecpl
2009-05-01Hard-wrap message headers according to RFCthomascube
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomascube
sample plugins)
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages ↵alecpl
(#1485714) - Fix double footer in HTML message with embedded images
2009-03-01- Fix attaching more than nine inline images (#1485759)alecpl
2009-02-26- Fix new lines stripped from message footer (#1485751)alecpl
2009-02-13- Fix multiple recipients input parsing (#1485733)alecpl
- added shared rcube_explode_quoted_string() function
2009-01-17* bumping up copyright (happy new year ;-))till
2009-01-16- Fix address names with '@' sign handling (#1485654)alecpl
2009-01-15- Allow absolute URLs to images in HTML messages/sigs (#1485666)alecpl
- Fix message body which contains both inline attachments and emotions
2009-01-05Add required parameters to raise_error() calls.svncommit
2008-12-29- fix identity name quoting when sending mail as per discussion in #1485654alecpl
2008-12-29#1485653: fix enless loop in rcmail_attach_emoticons() + fix attaching the ↵alecpl
same image a few times
2008-12-19- fix draft autosavealecpl
2008-12-18#1485493: do not bypass sendmail_delay by reloginalecpl
2008-11-20- Better HTML entities conversion in html2text (#1485519)alecpl
2008-10-08#1485294: Add recipients address small validationalecpl
2008-10-01- Better handling of "no identity" and "no email in identity" situations ↵alecpl
(#1485117)
2008-09-29- Added 'mime_param_folding' option with possibility to choosealecpl
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences
2008-09-15- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)alecpl
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-05Codestyle: indent with spaces instead of tabsthomascube
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- Write to log also sent MDN confirmation messagesalecpl
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer
2008-08-13#1485242: better handling of situation when message was sent successfully ↵alecpl
but cannot be saved
2008-07-31Save outgoing mail to selectable folder (#1324581)thomascube
2008-07-25Prefer File_Info over mime_content_type + detect mime type when uploading + ↵thomascube
some code style
2008-06-20Flag original message as Forwarded when sending mailthomascube