Commit Graph

140 Commits

Author SHA1 Message Date
alecpl
e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 2010-09-29 12:36:28 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
99b8c1e2ac - Fix format=flowed handling (#1486989) + small improvements in plain messages parsing 2010-09-14 08:40:51 +00:00
alecpl
1d8cbca272 - Use host FQDN in Message-Id, if possible (#1486924) 2010-08-30 12:08:41 +00:00
alecpl
e6ce0062f2 - Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings) 2010-07-30 06:34:02 +00:00
alecpl
b25dfd0913 - removed PHP closing tag 2010-06-23 09:55:08 +00:00
alecpl
2bf3cc6fc3 - Use user's timezone in Date header, not server's timezone (#1486119) 2010-06-13 10:15:25 +00:00
alecpl
5852c14d3e - Add option to set separate footer for HTML messages (#1486660) 2010-06-11 13:57:02 +00:00
alecpl
ac8edbed35 - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) 2010-05-29 17:01:15 +00:00
alecpl
c973abfd8b - fix regular expression for images src replacement 2010-05-27 14:08:15 +00:00
alecpl
ae00404a60 - translate internalerror message 2010-05-23 08:01:46 +00:00
svncommit
141eb8a497 Fix double-addition of e-mail domain to content ID in HTML images 2010-05-21 03:24:25 +00:00
thomascube
dffcaa59db No need for the padding since quoted lines are not wrapped at all 2010-05-20 21:47:19 +00:00
thomascube
c769c6699f Default line length is 72 2010-05-20 21:44:00 +00:00
thomascube
6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 2010-05-20 21:28:30 +00:00
alecpl
dc9d750e18 - Fix message/rfc822 attachments encoding in sent mail 2010-05-20 08:34:17 +00:00
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
2010-05-03 06:41:57 +00:00
alecpl
751b22b41f - Added optional (max_recipients) support to restrict total number of recipients per message (#1484542) 2010-04-02 13:53:39 +00:00
alecpl
6f31b356b2 - fix save/delete draft message with enabled threading (#1486596)
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
2010-03-31 07:14:32 +00:00
alecpl
7a48e5539f - Re-organize editor buttons, add blockquote and search buttons
- Make possible to write inside or after a quoted html message (#1485476)
2010-03-28 17:52:34 +00:00
thomascube
bc404ffd41 Save draft information in one header; finally fixes #1486203 2010-03-11 22:44:43 +00:00
thomascube
b44b4d32e1 Allow outgoing_message_headers hook to abort message sending 2010-03-05 09:34:03 +00:00
thomascube
bbc8565e5a Flag original messages after sending a draft (#1486203) 2010-03-04 08:17:04 +00:00
alecpl
47ad83f337 - Added force_7bit option to force MIME encoding of plain/text messages (#1486510) 2010-03-02 13:08:12 +00:00
alecpl
3d0ec7620f - improve transfer encoding choosing 2010-02-25 20:29:47 +00:00
alecpl
82c98e674d - Fix Received headers to behave better with SpamAssassin (#1486513) 2010-02-25 13:59:02 +00:00
alecpl
91790e41f3 - Fix attachment excessive memory use, support messages of any size (#1484660) 2010-02-09 13:10:12 +00:00
alecpl
b620493a4b - Fix quoted text wrapping when replying to an HTML email in plain text (#1484141) 2010-02-05 11:35:11 +00:00
alecpl
10eedbe75a - add file/line definitions to raise_error() calls 2010-01-28 11:27:16 +00:00
alecpl
34b65924b9 - fix mail subject encoding with mb_encode_mimeheader() (#1486418) 2010-01-25 09:17:27 +00:00
alecpl
6d13ca1846 - add line number to some error messages 2009-12-02 19:31:46 +00:00
alecpl
e4acbbd8cc - Added server-side e-mail address validation with 'email_dns_check' option (#1485857) 2009-10-14 10:52:27 +00:00
alecpl
ddc891db46 - fixed Received header format 2009-09-23 12:28:17 +00:00
alecpl
b48d9bf5d4 - Use faster/secure mt_rand() (#1486094) 2009-09-07 12:51:21 +00:00
alecpl
2818f8e9ed - Show SMTP errors in browser (#1485927) 2009-07-06 09:13:10 +00:00
alecpl
ecb9fb058d - use RCMAIL_CHARSET instead of hardcoded 'utf-8' 2009-06-22 16:20:34 +00:00
alecpl
42b25afac8 - fix sending mail without identity 2009-06-04 06:29:57 +00:00
alecpl
8f9ab39e48 - fix sending mail without identity (#1485898) 2009-06-03 08:33:28 +00:00
alecpl
2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
2009-05-16 13:01:49 +00:00
alecpl
48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 2009-05-15 13:34:04 +00:00
thomascube
762a699dc7 Hard-wrap message headers according to RFC 2009-05-01 17:58:12 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
2009-03-30 18:04:18 +00:00
alecpl
d519ef8a0a - Fix attaching more than nine inline images (#1485759) 2009-03-01 07:55:39 +00:00
alecpl
65605c862d - Fix new lines stripped from message footer (#1485751) 2009-02-26 19:57:46 +00:00
alecpl
050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
2009-02-13 10:44:49 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
alecpl
c58c0aedba - Fix address names with '@' sign handling (#1485654) 2009-01-16 19:32:58 +00:00
alecpl
24ed413328 - Allow absolute URLs to images in HTML messages/sigs (#1485666)
- Fix message body which contains both inline attachments and emotions
2009-01-15 18:24:38 +00:00
svncommit
6710a63617 Add required parameters to raise_error() calls. 2009-01-05 10:13:08 +00:00