alecpl
|
340546c975
|
- Optimization for spellcheck_before_send: don't invoke new ajax request. While we already have mispellings, we can return them and enable spellchecker directly without querying the server again
|
14 years ago |
alecpl
|
644e3ad912
|
- Fix setting language for spellchecker on spellcheck_before_send
|
14 years ago |
alecpl
|
1d5779b257
|
- Add option to force spellchecking before sending a message (#1485458)
|
14 years ago |
thomascube
|
4591de7018
|
Prepare for multiple concurrent compose windows
|
14 years ago |
alecpl
|
e8d5bdc84e
|
- Fix IDNA support when IDN/INTL modules are in use (#1487742)
|
14 years ago |
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
14 years ago |
thomascube
|
56849c658b
|
Wrap HTML parts with <html><body> and add Doctype declaration (#1487098)
|
14 years ago |
alecpl
|
14f87f7f38
|
- Set Mail-Reply-To also for identity's reply-to
|
14 years ago |
alecpl
|
3ee5a7200a
|
- Improved Mail-Reply-To and Mail-Followup-To headers handling
|
14 years ago |
alecpl
|
7472893512
|
- Fix plaintext versions of HTML messages don't contain placeholders for emotions (#1485206)
|
14 years ago |
alecpl
|
53604a0550
|
- Fix setting charset of attachment filenames (#1487122)
|
14 years ago |
alecpl
|
57388f9cce
|
- Fix attachment names encoding broken in r4232
|
14 years ago |
alecpl
|
d2b8840a0e
|
- Fix handling of custom "_from" in sendmail (#1487132)
- Small fix in displaying Sender input field
|
14 years ago |
alecpl
|
0f9d8ca40d
|
- Don't set attachment's charset in Content-type header (#1487122)
|
14 years ago |
alecpl
|
ad334a1257
|
- Improve displaying of UI messages (#1486977)
|
14 years ago |
alecpl
|
f22ea7ba18
|
- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)
|
14 years ago |
alecpl
|
e25a357d95
|
- Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
|
14 years ago |
alecpl
|
e99991996d
|
- Add Internationalized Domain Name (IDNA) support (#1483894)
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
99b8c1e2ac
|
- Fix format=flowed handling (#1486989) + small improvements in plain messages parsing
|
14 years ago |
alecpl
|
1d8cbca272
|
- Use host FQDN in Message-Id, if possible (#1486924)
|
14 years ago |
alecpl
|
e6ce0062f2
|
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings)
|
14 years ago |
alecpl
|
b25dfd0913
|
- removed PHP closing tag
|
15 years ago |
alecpl
|
2bf3cc6fc3
|
- Use user's timezone in Date header, not server's timezone (#1486119)
|
15 years ago |
alecpl
|
5852c14d3e
|
- Add option to set separate footer for HTML messages (#1486660)
|
15 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 |