thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
2011-01-12 18:25:02 +00:00 |
|
thomascube
|
56849c658b
|
Wrap HTML parts with <html><body> and add Doctype declaration (#1487098)
|
2011-01-06 11:48:11 +00:00 |
|
alecpl
|
14f87f7f38
|
- Set Mail-Reply-To also for identity's reply-to
|
2010-12-10 07:45:52 +00:00 |
|
alecpl
|
3ee5a7200a
|
- Improved Mail-Reply-To and Mail-Followup-To headers handling
|
2010-12-09 19:10:44 +00:00 |
|
alecpl
|
7472893512
|
- Fix plaintext versions of HTML messages don't contain placeholders for emotions (#1485206)
|
2010-12-06 11:13:55 +00:00 |
|
alecpl
|
53604a0550
|
- Fix setting charset of attachment filenames (#1487122)
|
2010-12-01 10:49:20 +00:00 |
|
alecpl
|
57388f9cce
|
- Fix attachment names encoding broken in r4232
|
2010-11-22 17:36:03 +00:00 |
|
alecpl
|
d2b8840a0e
|
- Fix handling of custom "_from" in sendmail (#1487132)
- Small fix in displaying Sender input field
|
2010-11-19 08:45:19 +00:00 |
|
alecpl
|
0f9d8ca40d
|
- Don't set attachment's charset in Content-type header (#1487122)
|
2010-11-18 10:34:10 +00:00 |
|
alecpl
|
ad334a1257
|
- Improve displaying of UI messages (#1486977)
|
2010-10-13 18:44:41 +00:00 |
|
alecpl
|
f22ea7ba18
|
- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)
|
2010-10-07 08:52:05 +00:00 |
|
alecpl
|
e25a357d95
|
- Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
|
2010-10-04 12:27:06 +00:00 |
|
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 |
|