summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/sendmail.inc
AgeCommit message (Collapse)Author
2010-05-21Fix double-addition of e-mail domain to content ID in HTML imagesestadtherr
git-svn-id: https://svn.roundcube.net/trunk@3648 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20No need for the padding since quoted lines are not wrapped at allthomasb
git-svn-id: https://svn.roundcube.net/trunk@3647 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20Default line length is 72thomasb
git-svn-id: https://svn.roundcube.net/trunk@3646 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20Display and send messages with format=flowed (#1484370), fixes word wrapping ↵thomasb
issues (#1486543) git-svn-id: https://svn.roundcube.net/trunk@3644 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- Fix message/rfc822 attachments encoding in sent mailalec
git-svn-id: https://svn.roundcube.net/trunk@3642 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-03- preformance fix: don't load full folders list when checking for folderalec
existance in sendmail.inc, use internal cache to make mailbox_exists() faster when called more than one time for the same folder git-svn-id: https://svn.roundcube.net/trunk@3586 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-02- Added optional (max_recipients) support to restrict total number of ↵alec
recipients per message (#1484542) git-svn-id: https://svn.roundcube.net/trunk@3468 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31- fix save/delete draft message with enabled threading (#1486596)alec
- performance improvement using UID SEARCH intead of SEARCH + FETCH - re-fix r3445 git-svn-id: https://svn.roundcube.net/trunk@3446 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-28- Re-organize editor buttons, add blockquote and search buttonsalec
- Make possible to write inside or after a quoted html message (#1485476) git-svn-id: https://svn.roundcube.net/trunk@3435 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-11Save draft information in one header; finally fixes #1486203thomasb
git-svn-id: https://svn.roundcube.net/trunk@3353 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-05Allow outgoing_message_headers hook to abort message sendingthomasb
git-svn-id: https://svn.roundcube.net/trunk@3322 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-04Flag original messages after sending a draft (#1486203)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3316 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02- Added force_7bit option to force MIME encoding of plain/text messages ↵alec
(#1486510) git-svn-id: https://svn.roundcube.net/trunk@3301 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-25- improve transfer encoding choosingalec
git-svn-id: https://svn.roundcube.net/trunk@3292 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-25- Fix Received headers to behave better with SpamAssassin (#1486513)alec
git-svn-id: https://svn.roundcube.net/trunk@3291 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-09- Fix attachment excessive memory use, support messages of any size (#1484660)alec
git-svn-id: https://svn.roundcube.net/trunk@3261 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-05- Fix quoted text wrapping when replying to an HTML email in plain text ↵alec
(#1484141) git-svn-id: https://svn.roundcube.net/trunk@3250 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- add file/line definitions to raise_error() callsalec
git-svn-id: https://svn.roundcube.net/trunk@3231 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-25- fix mail subject encoding with mb_encode_mimeheader() (#1486418)alec
git-svn-id: https://svn.roundcube.net/trunk@3219 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-02- add line number to some error messagesalec
git-svn-id: https://svn.roundcube.net/trunk@3149 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-14- Added server-side e-mail address validation with 'email_dns_check' option ↵alec
(#1485857) git-svn-id: https://svn.roundcube.net/trunk@3042 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-23- fixed Received header formatalec
git-svn-id: https://svn.roundcube.net/trunk@2982 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-07- Use faster/secure mt_rand() (#1486094)alec
git-svn-id: https://svn.roundcube.net/trunk@2932 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-06- Show SMTP errors in browser (#1485927)alec
git-svn-id: https://svn.roundcube.net/trunk@2713 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-22- use RCMAIL_CHARSET instead of hardcoded 'utf-8'alec
git-svn-id: https://svn.roundcube.net/trunk@2672 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-04- fix sending mail without identityalec
git-svn-id: https://svn.roundcube.net/trunk@2604 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-03- fix sending mail without identity (#1485898)alec
git-svn-id: https://svn.roundcube.net/trunk@2599 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-16- Added possibility to encrypt received header, option ↵alec
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security git-svn-id: https://svn.roundcube.net/trunk@2491 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-15- Fix Answered/Forwarded flag setting for messages from subfoldersalec
git-svn-id: https://svn.roundcube.net/trunk@2487 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-01Hard-wrap message headers according to RFCthomasb
git-svn-id: https://svn.roundcube.net/trunk@2440 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages ↵alec
(#1485714) - Fix double footer in HTML message with embedded images git-svn-id: https://svn.roundcube.net/trunk@2368 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-01- Fix attaching more than nine inline images (#1485759)alec
git-svn-id: https://svn.roundcube.net/trunk@2320 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-26- Fix new lines stripped from message footer (#1485751)alec
git-svn-id: https://svn.roundcube.net/trunk@2310 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-13- Fix multiple recipients input parsing (#1485733)alec
- added shared rcube_explode_quoted_string() function git-svn-id: https://svn.roundcube.net/trunk@2291 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-16- Fix address names with '@' sign handling (#1485654)alec
git-svn-id: https://svn.roundcube.net/trunk@2234 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-15- Allow absolute URLs to images in HTML messages/sigs (#1485666)alec
- Fix message body which contains both inline attachments and emotions git-svn-id: https://svn.roundcube.net/trunk@2232 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-05Add required parameters to raise_error() calls.robin
git-svn-id: https://svn.roundcube.net/trunk@2213 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-29- fix identity name quoting when sending mail as per discussion in #1485654alec
git-svn-id: https://svn.roundcube.net/trunk@2193 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-29#1485653: fix enless loop in rcmail_attach_emoticons() + fix attaching the ↵alec
same image a few times git-svn-id: https://svn.roundcube.net/trunk@2192 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-19- fix draft autosavealec
git-svn-id: https://svn.roundcube.net/trunk@2183 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-18#1485493: do not bypass sendmail_delay by reloginalec
git-svn-id: https://svn.roundcube.net/trunk@2174 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-20- Better HTML entities conversion in html2text (#1485519)alec
git-svn-id: https://svn.roundcube.net/trunk@2070 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-08#1485294: Add recipients address small validationalec
git-svn-id: https://svn.roundcube.net/trunk@1958 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-01- Better handling of "no identity" and "no email in identity" situations ↵alec
(#1485117) git-svn-id: https://svn.roundcube.net/trunk@1908 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-29- Added 'mime_param_folding' option with possibility to choosealec
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences git-svn-id: https://svn.roundcube.net/trunk@1897 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-15- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)alec
git-svn-id: https://svn.roundcube.net/trunk@1793 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-06Give the user a second chance when sending failes due session errorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1755 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-06Log error when submitting an invalid compose IDthomasb
git-svn-id: https://svn.roundcube.net/trunk@1754 208e9e7b-5314-0410-a742-e7e81cd9613c