summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2010-10-23- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)alecpl
2010-10-23- Fix possible js error in hide_message() (#1487076)alecpl
2010-10-22- Add support for IMAP proxy authentication (#1486690)alecpl
2010-10-22- Re-implemented SMTP proxy authorization supportalecpl
2010-10-22- Add SASL-IR support (RFC 4959)alecpl
- Add LOGINDISABLED support (RFC 2595) - Add support for AUTH=PLAIN authentication to IMAP
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from ↵thomascube
there (#1486753)
2010-10-22- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)alecpl
2010-10-21- Add charset alias: WINDOWS-949 -> UHC (#1487072)alecpl
2010-10-20- Improve performance of messages counting using ESEARCH extension (RFC4731)alecpl
2010-10-20- Improve performance of unseen messages counting, use STATUS instead of ↵alecpl
SELECT+SEARCH (#1487058)
2010-10-20- Fix handling of attachments when Content-Disposition is not inline nor ↵alecpl
attachment (#1487051)
2010-10-20- Add workaround for some Outlook's wrong content-types, per discussion in ↵alecpl
#1487051
2010-10-20- Fix content-type name regexp according to RFC4288.4.2alecpl
2010-10-20- Allow underline in content-type name, per comments in #1487051alecpl
2010-10-20- Fix decoding of e-mail address strings in message headers (#1487068)alecpl
2010-10-19- Simplify/improve LSUB/LIST/SELECT commands handlingalecpl
- Store UIDNEXT, UIDVALIDITY, UNSEEN values of selected folder
2010-10-19- Use unified command identifier (AXXXX)alecpl
- Use unified methods of command execution and response parsing
2010-10-19- Remove extra newline after closing tag (#1487067)alecpl
2010-10-19- Remove unused property rcube_mail_header::falecpl
2010-10-19- Use better method for string escaping, don't add quotes when the string is ↵alecpl
a token
2010-10-18- Fix regression in rcube_imap::_threadcount() which was the reasonalecpl
why mailbox_status() returned always "1" for folders with enabled threading
2010-10-18- When read-status column is disabled create status icon in subject columnalecpl
- Change read-status column icons so they are working like in flag column - Some js code cleanup
2010-10-18- Add ACL extension support into IMAP classes (RFC4314) ↵alecpl
- Add ANNOTATEMORE extension support into IMAP classes (draft-daboo-imap-annotatemore) - Add METADATA extension support into IMAP classes (RFC5464)
2010-10-17- Add separate column for message status icon (#1486665)alecpl
2010-10-17- Add MS950 as alias for CP950 (#1487063)alecpl
2010-10-17- Add LITERAL+ support (RFC2088)alecpl
2010-10-16- Fix: cannot access private property rcube_template::$appalecpl
2010-10-14- Don't try to match identity on reply when user has only onealecpl
2010-10-14- Fix bug in rcube_plugin::local_skin_path()alecpl
2010-10-14- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905alecpl
2010-10-14- improved IMAP errors handling (continue)alecpl
2010-10-14- Improved IMAP errors handlingalecpl
2010-10-13- Fix duplicated e-mail field in identity form (#1487054)alecpl
2010-10-13- Minimize session data size by storing only last search resultalecpl
and by removing search result from session after listing with empty search filter
2010-10-13- Improve displaying of UI messages (#1486977)alecpl
2010-10-13- Fix googiespell click events handlingalecpl
2010-10-13- Improvements in googiespell stylesalecpl
2010-10-12- Fix setting identity when composing a draft or edited messagealecpl
2010-10-12- Prevent from infinite redirect in case of broken session (#1487028)alecpl
2010-10-12- update RCMAIL_VERSIONalecpl
2010-10-12- Fix signature removal when replying in HTML to plain/text messagealecpl
2010-10-12- Fix links handlingalecpl
2010-10-11- Fix message list clearing when search filter is usedalecpl
2010-10-11- Add SASL proxy authentication for SMTP (#1486693)alecpl
2010-10-11- Fix Net_SMTP from http://pear.php.net/bugs/bug.php?id=17942alecpl
2010-10-11- Net_SMTP-1.4.3 + fix from http://pear.php.net/bugs/bug.php?id=17358alecpl
2010-10-09- Add caching support in id2uid and uid2id functions (#1487019), Fix ↵alecpl
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
2010-10-08- Performance fix for case when session_lifetime=0, fixed indentationalecpl
2010-10-08- Prevent from inserting empty link when composing HTML message (#1486944)alecpl
2010-10-08- Add (different) attachment icon for messages of type multipart/report ↵alecpl
(#1486165)