Commit Graph

134 Commits (5c024015f02ed5b0b772f8fff5bfe8aa6dab1d93)

Author SHA1 Message Date
alecpl 2bf3cc6fc3 - Use user's timezone in Date header, not server's timezone (#1486119) 14 years ago
alecpl 5852c14d3e - Add option to set separate footer for HTML messages (#1486660) 14 years ago
alecpl ac8edbed35 - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) 15 years ago
alecpl c973abfd8b - fix regular expression for images src replacement 15 years ago
alecpl ae00404a60 - translate internalerror message 15 years ago
svncommit 141eb8a497 Fix double-addition of e-mail domain to content ID in HTML images 15 years ago
thomascube dffcaa59db No need for the padding since quoted lines are not wrapped at all 15 years ago
thomascube c769c6699f Default line length is 72 15 years ago
thomascube 6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 15 years ago
alecpl dc9d750e18 - Fix message/rfc822 attachments encoding in sent mail 15 years ago
alecpl 16378fe3a2 - preformance fix: don't load full folders list when checking for folder
existance in sendmail.inc, use internal cache to make mailbox_exists()
  faster when called more than one time for the same folder
15 years ago
alecpl 751b22b41f - Added optional (max_recipients) support to restrict total number of recipients per message (#1484542) 15 years ago
alecpl 6f31b356b2 - fix save/delete draft message with enabled threading (#1486596)
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
15 years ago
alecpl 7a48e5539f - Re-organize editor buttons, add blockquote and search buttons
- Make possible to write inside or after a quoted html message (#1485476)
15 years ago
thomascube bc404ffd41 Save draft information in one header; finally fixes #1486203 15 years ago
thomascube b44b4d32e1 Allow outgoing_message_headers hook to abort message sending 15 years ago
thomascube bbc8565e5a Flag original messages after sending a draft (#1486203) 15 years ago
alecpl 47ad83f337 - Added force_7bit option to force MIME encoding of plain/text messages (#1486510) 15 years ago
alecpl 3d0ec7620f - improve transfer encoding choosing 15 years ago
alecpl 82c98e674d - Fix Received headers to behave better with SpamAssassin (#1486513) 15 years ago
alecpl 91790e41f3 - Fix attachment excessive memory use, support messages of any size (#1484660) 15 years ago
alecpl b620493a4b - Fix quoted text wrapping when replying to an HTML email in plain text (#1484141) 15 years ago
alecpl 10eedbe75a - add file/line definitions to raise_error() calls 15 years ago
alecpl 34b65924b9 - fix mail subject encoding with mb_encode_mimeheader() (#1486418) 15 years ago
alecpl 6d13ca1846 - add line number to some error messages 15 years ago
alecpl e4acbbd8cc - Added server-side e-mail address validation with 'email_dns_check' option (#1485857) 15 years ago
alecpl ddc891db46 - fixed Received header format 15 years ago
alecpl b48d9bf5d4 - Use faster/secure mt_rand() (#1486094) 15 years ago
alecpl 2818f8e9ed - Show SMTP errors in browser (#1485927) 15 years ago
alecpl ecb9fb058d - use RCMAIL_CHARSET instead of hardcoded 'utf-8' 15 years ago
alecpl 42b25afac8 - fix sending mail without identity 16 years ago
alecpl 8f9ab39e48 - fix sending mail without identity (#1485898) 16 years ago
alecpl 2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
16 years ago
alecpl 48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 16 years ago
thomascube 762a699dc7 Hard-wrap message headers according to RFC 16 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 16 years ago
alecpl 7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
16 years ago
alecpl d519ef8a0a - Fix attaching more than nine inline images (#1485759) 16 years ago
alecpl 65605c862d - Fix new lines stripped from message footer (#1485751) 16 years ago
alecpl 050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
16 years ago
till cbbef379a5 * bumping up copyright (happy new year ;-)) 16 years ago
alecpl c58c0aedba - Fix address names with '@' sign handling (#1485654) 16 years ago
alecpl 24ed413328 - Allow absolute URLs to images in HTML messages/sigs (#1485666)
- Fix message body which contains both inline attachments and emotions
16 years ago
svncommit 6710a63617 Add required parameters to raise_error() calls. 16 years ago
alecpl a1733f06ae - fix identity name quoting when sending mail as per discussion in #1485654 16 years ago
alecpl 99f2b311bf #1485653: fix enless loop in rcmail_attach_emoticons() + fix attaching the same image a few times 16 years ago
alecpl 4e74d2cb1b - fix draft autosave 16 years ago
alecpl 4b60fa3ab9 #1485493: do not bypass sendmail_delay by relogin 16 years ago
alecpl 300fc65a46 - Better HTML entities conversion in html2text (#1485519) 16 years ago
alecpl acff900c5a #1485294: Add recipients address small validation 16 years ago