thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
2010-12-17 thomascube
Update branch for 0.5-rc release
blob@ db1a87 commitdiff | diff to current
2010-11-22 alecpl
- Fix attachment names encoding broken in r4232
blob@ 57388f commitdiff | diff to current
2010-11-19 alecpl
- Fix handling of custom "_from" in sendmail (#1487132) - Small fix in disp...
blob@ d2b884 commitdiff | diff to current
2010-11-18 alecpl
- Don't set attachment's charset in Content-type header (#1487122)
blob@ 0f9d8c commitdiff | diff to current
2010-10-13 alecpl
- Improve displaying of UI messages (#1486977)
blob@ ad334a commitdiff | diff to current
2010-10-07 alecpl
- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)
blob@ f22ea7 commitdiff | diff to current
2010-10-04 alecpl
- Add Reply-to-List feature (#1484252) - Add Mail-Followup-To/Mail-Reply-To...
blob@ e25a35 commitdiff | diff to current
2010-09-29 alecpl
- Add Internationalized Domain Name (IDNA) support (#1483894)
blob@ e99991 commitdiff | diff to current
2010-09-25 alecpl
- s/RoundCube/Roundcube/
blob@ e019f2 commitdiff | diff to current
2010-09-14 alecpl
- Fix format=flowed handling (#1486989) + small improvements in plain messa...
blob@ 99b8c1 commitdiff | diff to current
2010-08-30 alecpl
- Use host FQDN in Message-Id, if possible (#1486924)
blob@ 1d8cbc commitdiff | diff to current
2010-07-30 alecpl
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete li...
blob@ e6ce00 commitdiff | diff to current
2010-06-23 alecpl
- removed PHP closing tag
blob@ b25dfd commitdiff | diff to current
2010-06-13 alecpl
- Use user's timezone in Date header, not server's timezone (#1486119)
blob@ 2bf3cc commitdiff | diff to current
2010-06-11 alecpl
- Add option to set separate footer for HTML messages (#1486660)
blob@ 5852c1 commitdiff | diff to current
2010-05-29 alecpl
- Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712)
blob@ ac8edb commitdiff | diff to current
2010-05-27 alecpl
- fix regular expression for images src replacement
blob@ c973ab commitdiff | diff to current
2010-05-23 alecpl
- translate internalerror message
blob@ ae0040 commitdiff | diff to current
2010-05-20 svncommit
Fix double-addition of e-mail domain to content ID in HTML images
blob@ 141eb8 commitdiff | diff to current
2010-05-20 thomascube
No need for the padding since quoted lines are not wrapped at all
blob@ dffcaa commitdiff | diff to current
2010-05-20 thomascube
Default line length is 72
blob@ c769c6 commitdiff | diff to current
2010-05-20 thomascube
Display and send messages with format=flowed (#1484370), fixes word wrappin...
blob@ 6b6f2e commitdiff | diff to current
2010-05-20 alecpl
- Fix message/rfc822 attachments encoding in sent mail
blob@ dc9d75 commitdiff | diff to current
2010-05-03 alecpl
- preformance fix: don't load full folders list when checking for folder ...
blob@ 16378f commitdiff | diff to current
2010-04-02 alecpl
- Added optional (max_recipients) support to restrict total number of recip...
blob@ 751b22 commitdiff | diff to current
2010-03-31 alecpl
- fix save/delete draft message with enabled threading (#1486596) - perform...
blob@ 6f31b3 commitdiff | diff to current
2010-03-28 alecpl
- Re-organize editor buttons, add blockquote and search buttons - Make poss...
blob@ 7a48e5 commitdiff | diff to current
2010-03-11 thomascube
Save draft information in one header; finally fixes #1486203
blob@ bc404f commitdiff | diff to current
2010-03-05 thomascube
Allow outgoing_message_headers hook to abort message sending
blob@ b44b4d commitdiff | diff to current
2010-03-04 thomascube
Flag original messages after sending a draft (#1486203)
blob@ bbc856 commitdiff | diff to current
2010-03-02 alecpl
- Added force_7bit option to force MIME encoding of plain/text messages (#1...
blob@ 47ad83 commitdiff | diff to current
2010-02-25 alecpl
- improve transfer encoding choosing
blob@ 3d0ec7 commitdiff | diff to current
2010-02-25 alecpl
- Fix Received headers to behave better with SpamAssassin (#1486513)
blob@ 82c98e commitdiff | diff to current
2010-02-09 alecpl
- Fix attachment excessive memory use, support messages of any size (#1484660)
blob@ 91790e commitdiff | diff to current
2010-02-05 alecpl
- Fix quoted text wrapping when replying to an HTML email in plain text (#1...
blob@ b62049 commitdiff | diff to current
2010-01-28 alecpl
- add file/line definitions to raise_error() calls
blob@ 10eedb commitdiff | diff to current
2010-01-25 alecpl
- fix mail subject encoding with mb_encode_mimeheader() (#1486418)
blob@ 34b659 commitdiff | diff to current
2009-12-02 alecpl
- add line number to some error messages
blob@ 6d13ca commitdiff | diff to current
2009-10-14 alecpl
- Added server-side e-mail address validation with 'email_dns_check' option...
blob@ e4acbb commitdiff | diff to current
2009-09-23 alecpl
- fixed Received header format
blob@ ddc891 commitdiff | diff to current
2009-09-07 alecpl
- Use faster/secure mt_rand() (#1486094)
blob@ b48d9b commitdiff | diff to current
2009-07-06 alecpl
- Show SMTP errors in browser (#1485927)
blob@ 2818f8 commitdiff | diff to current
2009-06-22 alecpl
- use RCMAIL_CHARSET instead of hardcoded 'utf-8'
blob@ ecb9fb commitdiff | diff to current
2009-06-04 alecpl
- fix sending mail without identity
blob@ 42b25a commitdiff | diff to current
2009-06-03 alecpl
- fix sending mail without identity (#1485898)
blob@ 8f9ab3 commitdiff | diff to current
2009-05-16 alecpl
- Added possibility to encrypt received header, option 'http_received_heade...
blob@ 2471d3 commitdiff | diff to current
2009-05-15 alecpl
- Fix Answered/Forwarded flag setting for messages from subfolders
blob@ 48958e commitdiff | diff to current
2009-05-01 thomascube
Hard-wrap message headers according to RFC
blob@ 762a69 commitdiff | diff to current
2009-04-19 thomascube
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting som...
blob@ cc97ea commitdiff | diff to current
2009-03-30 alecpl
- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#14...
blob@ 7145e0 commitdiff | diff to current
first | « prev | next »