summaryrefslogtreecommitdiff
path: root/program/steps/mail/sendmail.inc
AgeCommit message (Collapse)Author
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
2008-06-20Store compose parameters in session and redirect to a unique URLthomascube
2008-06-16-fixed emoticons alecpl
2008-06-14More code cleanupthomascube
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomascube
global vars
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch
2008-04-06#1484966: place Message-Id below Received headeralecpl
2008-04-02Make the http-received header in outgoing mails configurablethomascube
2008-03-22* committing fix from #1484506till
2008-02-19Allow to send mail with BCC recipients only + remove some unused varsthomascube
2008-02-14* mime_content_type() is unavailable in PHP5 and breaks sending emails with ↵till
attachments * implemented rc_mime_content_type() with file_info-failover * added svn:ignore for phpinfo.php ;-)
2008-02-13* fixing mimetype issue from #1484062till
2008-02-07* committing patch from #1484759till
2008-02-05Applied patch to prevent bad header delimiters (#1484751)thomascube
2007-12-13Add Received header to outgoing mail.svncommit
2007-12-11added ability to insert attached images in HTML editorsvncommit
2007-12-10New class rcube_user + send message disposition notificationthomascube
2007-11-25Fixed some potential security risks + updatedd changelogthomascube
2007-09-26Improve message compose screenthomascube
2007-08-30Don't add message footer when saving as draftthomascube
2007-06-12Minor bugfixes reported on the dev-listthomascube
2007-05-13Wrap message body text (closes #1484148)thomascube
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2007-03-28Don't show error message when saving draft (closes #1483892)thomascube
2007-03-21Updated PEAR::Mail_mime packagethomascube
2007-03-14Fixed message headers encoding; improved recipient splitting; applied patch ↵thomascube
for attachment download (#1484198)
2007-01-10mb_encode_mimeheader quirks; removed unused varthomascube
2006-12-22Applied security patches by Kees Cook (Ubuntu) + little visual enhancementsthomascube
2006-12-20New (strict) quoting for all kind of stringsthomascube
2006-12-06Optimized memory usage when sending mail; Include SMTP response in log; ↵thomascube
Fixed wrong header encoding
2006-12-04Small bugfixes and improvementsthomascube
2006-09-27corrected duplicate emoticon fix.svncommit
2006-09-23removed debug from previous commitsvncommit
2006-09-23prevent multiple copies of an emoticon image from being attached to an ↵svncommit
outgoing message
2006-09-14Initial TinyMCE editor support (still need to work on spellcheck and skins)svncommit