summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Expand)Author
2010-10-20- Improve performance of unseen messages counting, use STATUS instead of SELE...alec
2010-10-20- Fix handling of attachments when Content-Disposition is not inline nor atta...alec
2010-10-20- Fix content-type name regexp according to RFC4288.4.2alec
2010-10-20- Allow underline in content-type name, per comments in #1487051alec
2010-10-20- Fix decoding of e-mail address strings in message headers (#1487068)alec
2010-10-19- Simplify/improve LSUB/LIST/SELECT commands handlingalec
2010-10-19- Use unified command identifier (AXXXX)alec
2010-10-19- Remove unused property rcube_mail_header::falec
2010-10-19- Use better method for string escaping, don't add quotes when the string is ...alec
2010-10-18- Fix regression in rcube_imap::_threadcount() which was the reasonalec
2010-10-18- Add ACL extension support into IMAP classes (RFC4314) ...alec
2010-10-17- Add MS950 as alias for CP950 (#1487063)alec
2010-10-17- Add LITERAL+ support (RFC2088)alec
2010-10-14- Fix bug in rcube_plugin::local_skin_path()alec
2010-10-14- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905alec
2010-10-14- improved IMAP errors handling (continue)alec
2010-10-14- Improved IMAP errors handlingalec
2010-10-13- Improve displaying of UI messages (#1486977)alec
2010-10-12- update RCMAIL_VERSIONalec
2010-10-12- Fix links handlingalec
2010-10-11- Add SASL proxy authentication for SMTP (#1486693)alec
2010-10-09- Add caching support in id2uid and uid2id functions (#1487019), Fix get_mess...alec
2010-10-08- Performance fix for case when session_lifetime=0, fixed indentationalec
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alec
2010-10-07- Support one argument of type array, instead of n arguments for rcube_mdb2::...alec
2010-10-06- Use empty envelope sender address for message disposition notifications (RF...alec
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on repl...alec
2010-10-05- Fix handling of backslash as IMAP delimiteralec
2010-10-05- Convert to lowercase only domain part of email address on loginalec
2010-10-04- Minimize FETCH response for messages listing (when caching is disabled)alec
2010-10-04- Use simplified domain expression for proper handling of domain names in UTF8alec
2010-10-04- Add Reply-to-List feature (#1484252)alec
2010-10-04- Convert IDN to ASCII before using rcube_user::query()alec
2010-10-04- Fix mailto optional params in plain text messages aren't handled (#1487026)alec
2010-10-01- Fix handling of Thunderbird's vCards (#1487024)alec
2010-09-30- Add option do bind for an individual LDAP address book (#1486997)alec
2010-09-30- Added line number for error messagealec
2010-09-29- Update phpdoc (#1486958)alec
2010-09-29- Use custom sorting when SORT is disabled by IMAP admin (#1486959)alec
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
2010-09-29- Messages caching: performance improvements, fixed syncing, fixes related wi...alec
2010-09-29- Fix format=flowed: don't space-stuff empty lines (#1487018)alec
2010-09-29Pool some code for command line tools; avoid displaying password on shell (#1...thomasb
2010-09-28- Fix wrong parameter count in fetchHeader() callalec
2010-09-28- Fixed wrong function call in sync_header_index()alec
2010-09-26Only lower-case user name if first login attempt failed (#1486393) + fix testthomasb
2010-09-26Fix base url resolution + better order for condition checks in rcube_mdb2 + u...thomasb
2010-09-25- Truncate message subject when setting page titlealec
2010-09-25- s/RoundCube/Roundcube/alec
2010-09-21Fix db_mode check in insert_id()thomasb