summaryrefslogtreecommitdiff
path: root/roundcubemail/program
AgeCommit message (Collapse)Author
2010-10-23- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)alec
git-svn-id: https://svn.roundcube.net/trunk@4126 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-23- Fix possible js error in hide_message() (#1487076)alec
git-svn-id: https://svn.roundcube.net/trunk@4125 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22- Add support for IMAP proxy authentication (#1486690)alec
git-svn-id: https://svn.roundcube.net/trunk@4124 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22- Re-implemented SMTP proxy authorization supportalec
git-svn-id: https://svn.roundcube.net/trunk@4123 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22- Add SASL-IR support (RFC 4959)alec
- Add LOGINDISABLED support (RFC 2595) - Add support for AUTH=PLAIN authentication to IMAP git-svn-id: https://svn.roundcube.net/trunk@4122 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from ↵thomasb
there (#1486753) git-svn-id: https://svn.roundcube.net/trunk@4121 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)alec
git-svn-id: https://svn.roundcube.net/trunk@4120 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-21- Add charset alias: WINDOWS-949 -> UHC (#1487072)alec
git-svn-id: https://svn.roundcube.net/trunk@4119 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Improve performance of messages counting using ESEARCH extension (RFC4731)alec
git-svn-id: https://svn.roundcube.net/trunk@4118 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Improve performance of unseen messages counting, use STATUS instead of ↵alec
SELECT+SEARCH (#1487058) git-svn-id: https://svn.roundcube.net/trunk@4117 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Fix handling of attachments when Content-Disposition is not inline nor ↵alec
attachment (#1487051) git-svn-id: https://svn.roundcube.net/trunk@4116 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Add workaround for some Outlook's wrong content-types, per discussion in ↵alec
#1487051 git-svn-id: https://svn.roundcube.net/trunk@4115 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Fix content-type name regexp according to RFC4288.4.2alec
git-svn-id: https://svn.roundcube.net/trunk@4114 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Allow underline in content-type name, per comments in #1487051alec
git-svn-id: https://svn.roundcube.net/trunk@4112 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-20- Fix decoding of e-mail address strings in message headers (#1487068)alec
git-svn-id: https://svn.roundcube.net/trunk@4111 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Simplify/improve LSUB/LIST/SELECT commands handlingalec
- Store UIDNEXT, UIDVALIDITY, UNSEEN values of selected folder git-svn-id: https://svn.roundcube.net/trunk@4109 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Use unified command identifier (AXXXX)alec
- Use unified methods of command execution and response parsing git-svn-id: https://svn.roundcube.net/trunk@4108 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Remove extra newline after closing tag (#1487067)alec
git-svn-id: https://svn.roundcube.net/trunk@4107 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Remove unused property rcube_mail_header::falec
git-svn-id: https://svn.roundcube.net/trunk@4106 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-19- Use better method for string escaping, don't add quotes when the string is ↵alec
a token git-svn-id: https://svn.roundcube.net/trunk@4105 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-18- Fix regression in rcube_imap::_threadcount() which was the reasonalec
why mailbox_status() returned always "1" for folders with enabled threading git-svn-id: https://svn.roundcube.net/trunk@4104 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-18- When read-status column is disabled create status icon in subject columnalec
- Change read-status column icons so they are working like in flag column - Some js code cleanup git-svn-id: https://svn.roundcube.net/trunk@4103 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-18- Add ACL extension support into IMAP classes (RFC4314) ↵alec
- Add ANNOTATEMORE extension support into IMAP classes (draft-daboo-imap-annotatemore) - Add METADATA extension support into IMAP classes (RFC5464) git-svn-id: https://svn.roundcube.net/trunk@4102 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-17- Add separate column for message status icon (#1486665)alec
git-svn-id: https://svn.roundcube.net/trunk@4101 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-17- Add MS950 as alias for CP950 (#1487063)alec
git-svn-id: https://svn.roundcube.net/trunk@4100 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-17- Add LITERAL+ support (RFC2088)alec
git-svn-id: https://svn.roundcube.net/trunk@4099 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-16- Fix: cannot access private property rcube_template::$appalec
git-svn-id: https://svn.roundcube.net/trunk@4098 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- Don't try to match identity on reply when user has only onealec
git-svn-id: https://svn.roundcube.net/trunk@4095 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- Fix bug in rcube_plugin::local_skin_path()alec
git-svn-id: https://svn.roundcube.net/trunk@4091 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905alec
git-svn-id: https://svn.roundcube.net/trunk@4090 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- improved IMAP errors handling (continue)alec
git-svn-id: https://svn.roundcube.net/trunk@4089 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- Improved IMAP errors handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4088 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-13- Fix duplicated e-mail field in identity form (#1487054)alec
git-svn-id: https://svn.roundcube.net/trunk@4085 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-13- Minimize session data size by storing only last search resultalec
and by removing search result from session after listing with empty search filter git-svn-id: https://svn.roundcube.net/trunk@4084 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-13- Improve displaying of UI messages (#1486977)alec
git-svn-id: https://svn.roundcube.net/trunk@4083 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-13- Fix googiespell click events handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4082 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-13- Improvements in googiespell stylesalec
git-svn-id: https://svn.roundcube.net/trunk@4081 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Fix setting identity when composing a draft or edited messagealec
git-svn-id: https://svn.roundcube.net/trunk@4080 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Prevent from infinite redirect in case of broken session (#1487028)alec
git-svn-id: https://svn.roundcube.net/trunk@4079 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- update RCMAIL_VERSIONalec
git-svn-id: https://svn.roundcube.net/trunk@4078 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Fix signature removal when replying in HTML to plain/text messagealec
git-svn-id: https://svn.roundcube.net/trunk@4077 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- Fix links handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4076 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-11- Fix message list clearing when search filter is usedalec
git-svn-id: https://svn.roundcube.net/trunk@4075 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-11- Add SASL proxy authentication for SMTP (#1486693)alec
git-svn-id: https://svn.roundcube.net/trunk@4074 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-11- Fix Net_SMTP from http://pear.php.net/bugs/bug.php?id=17942alec
git-svn-id: https://svn.roundcube.net/trunk@4073 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-11- Net_SMTP-1.4.3 + fix from http://pear.php.net/bugs/bug.php?id=17358alec
git-svn-id: https://svn.roundcube.net/trunk@4072 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-09- Add caching support in id2uid and uid2id functions (#1487019), Fix ↵alec
get_message_cache_index to use internal cache when only sort order changes. Both changes improves performance of 'show' action - code cleanup/function description fixes git-svn-id: https://svn.roundcube.net/trunk@4067 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Performance fix for case when session_lifetime=0, fixed indentationalec
git-svn-id: https://svn.roundcube.net/trunk@4066 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Prevent from inserting empty link when composing HTML message (#1486944)alec
git-svn-id: https://svn.roundcube.net/trunk@4065 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-08- Add (different) attachment icon for messages of type multipart/report ↵alec
(#1486165) git-svn-id: https://svn.roundcube.net/trunk@4064 208e9e7b-5314-0410-a742-e7e81cd9613c