Commit Graph

1116 Commits

Author SHA1 Message Date
alecpl
10a6fc58e6 - Fix: don't return "empty" unlock 2010-10-26 13:20:34 +00:00
alecpl
fa2173cefe - Fix: Use internal instead of DB cache in message_index() and thread_index() 2010-10-26 12:17:55 +00:00
alecpl
4757608097 - Improve pre-auth and auth capabilities handling 2010-10-26 08:43:23 +00:00
alecpl
3353fdcbb4 - Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081) 2010-10-26 08:30:50 +00:00
alecpl
a5a4bf46bd - Add basic IMAP LIST's \Noselect option support (mark unselectable folders as virtual, etc.) 2010-10-25 12:39:36 +00:00
alecpl
10f08e6ce0 - Fix setting 'virtual' flag for non-existing folders in some cases 2010-10-25 10:49:53 +00:00
alecpl
2b42838427 - Simplify some code, add some comments 2010-10-25 09:11:49 +00:00
alecpl
fc7a41f75e - Small improvements in NAMESPACE handling 2010-10-25 08:32:53 +00:00
alecpl
781f0ca54c - Improve performance by reading optional capability response from AUTHENTICATE 2010-10-25 07:45:35 +00:00
alecpl
4dd4172421 - Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831) 2010-10-23 17:03:44 +00:00
alecpl
a1fe6bd11d - Add support for IMAP proxy authentication (#1486690) 2010-10-22 19:25:00 +00:00
alecpl
63d4d61148 - Re-implemented SMTP proxy authorization support 2010-10-22 19:16:45 +00:00
alecpl
7bf255bfe1 - Add SASL-IR support (RFC 4959)
- Add LOGINDISABLED support (RFC 2595)
- Add support for AUTH=PLAIN authentication to IMAP
2010-10-22 18:52:20 +00:00
thomascube
cb7d32ebdd List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753) 2010-10-22 15:24:39 +00:00
alecpl
6a16031d04 - Add LIST-STATUS support in rcube_imap_generic class (RFC5819) 2010-10-22 11:13:39 +00:00
alecpl
03d3bab2af - Add charset alias: WINDOWS-949 -> UHC (#1487072) 2010-10-21 10:49:09 +00:00
alecpl
659cf14cdd - Improve performance of messages counting using ESEARCH extension (RFC4731) 2010-10-20 18:42:45 +00:00
alecpl
710e274849 - Improve performance of unseen messages counting, use STATUS instead of SELECT+SEARCH (#1487058) 2010-10-20 13:33:27 +00:00
alecpl
8794f16c62 - Fix handling of attachments when Content-Disposition is not inline nor attachment (#1487051) 2010-10-20 12:24:21 +00:00
alecpl
2ae58f1b67 - Fix content-type name regexp according to RFC4288.4.2 2010-10-20 11:27:39 +00:00
alecpl
8bac7e988f - Allow underline in content-type name, per comments in #1487051 2010-10-20 11:12:28 +00:00
alecpl
435c315223 - Fix decoding of e-mail address strings in message headers (#1487068) 2010-10-20 08:58:21 +00:00
alecpl
a2e8cb3642 - Simplify/improve LSUB/LIST/SELECT commands handling
- Store UIDNEXT, UIDVALIDITY, UNSEEN values of selected folder
2010-10-19 19:32:56 +00:00
alecpl
854cf227ac - Use unified command identifier (AXXXX)
- Use unified methods of command execution and response parsing
2010-10-19 13:51:51 +00:00
alecpl
4cb6675872 - Remove unused property rcube_mail_header::f 2010-10-19 08:55:15 +00:00
alecpl
a85f889208 - Use better method for string escaping, don't add quotes when the string is a token 2010-10-19 07:19:27 +00:00
alecpl
f13baaf67c - Fix regression in rcube_imap::_threadcount() which was the reason
why mailbox_status() returned always "1" for folders with enabled threading
2010-10-18 18:01:10 +00:00
alecpl
8b6eff6e69 - Add ACL extension support into IMAP classes (RFC4314)
- Add ANNOTATEMORE extension support into IMAP classes (draft-daboo-imap-annotatemore)                                                           
- Add METADATA extension support into IMAP classes (RFC5464)
2010-10-18 12:55:07 +00:00
alecpl
4c6a61a684 - Add MS950 as alias for CP950 (#1487063) 2010-10-17 17:09:09 +00:00
alecpl
d8335117e2 - Add LITERAL+ support (RFC2088) 2010-10-17 13:17:52 +00:00
alecpl
1ac5431877 - Fix bug in rcube_plugin::local_skin_path() 2010-10-14 17:02:25 +00:00
alecpl
2d1d68bc7e - Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905 2010-10-14 10:37:32 +00:00
alecpl
0f0c17ad9e - improved IMAP errors handling (continue) 2010-10-14 10:23:29 +00:00
alecpl
8fcc3e1ad6 - Improved IMAP errors handling 2010-10-14 10:22:25 +00:00
alecpl
ad334a1257 - Improve displaying of UI messages (#1486977) 2010-10-13 18:44:41 +00:00
alecpl
fddd6f2db0 - update RCMAIL_VERSION 2010-10-12 09:12:43 +00:00
alecpl
937e26a541 - Fix links handling 2010-10-12 08:44:25 +00:00
alecpl
a392125fe8 - Add SASL proxy authentication for SMTP (#1486693) 2010-10-11 07:19:50 +00:00
alecpl
29983c1671 - Add caching support in id2uid and uid2id functions (#1487019), Fix 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-09 16:46:53 +00:00
alecpl
ca1f564598 - Performance fix for case when session_lifetime=0, fixed indentation 2010-10-08 13:17:28 +00:00
alecpl
f22ea7ba18 - Support SMTP Delivery Status Notifications - RFC3461 (#1486142) 2010-10-07 08:52:05 +00:00
alecpl
9db4ca92ef - Support one argument of type array, instead of n arguments for rcube_mdb2::query method 2010-10-07 07:03:25 +00:00
alecpl
7f89041e9a - Use empty envelope sender address for message disposition notifications (RFC2298.3) 2010-10-06 18:19:04 +00:00
alecpl
868deb5dab - Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840) 2010-10-06 17:15:38 +00:00
alecpl
393ba7186f - Fix handling of backslash as IMAP delimiter 2010-10-05 19:14:57 +00:00
alecpl
8f94b1aad6 - Convert to lowercase only domain part of email address on login 2010-10-05 10:17:12 +00:00
alecpl
103ddcde87 - Minimize FETCH response for messages listing (when caching is disabled) 2010-10-04 18:09:26 +00:00
alecpl
9cc93aea7c - Use simplified domain expression for proper handling of domain names in UTF8 2010-10-04 13:53:15 +00:00
alecpl
e25a357d95 - Add Reply-to-List feature (#1484252)
- Add Mail-Followup-To/Mail-Reply-To support (#1485547)
2010-10-04 12:27:06 +00:00
alecpl
f1adbf17ee - Convert IDN to ASCII before using rcube_user::query()
- Always convert to lower case a username when it's an email address
2010-10-04 07:03:00 +00:00