alecpl
|
10a6fc58e6
|
- Fix: don't return "empty" unlock
|
14 years ago |
alecpl
|
fa2173cefe
|
- Fix: Use internal instead of DB cache in message_index() and thread_index()
|
14 years ago |
alecpl
|
4757608097
|
- Improve pre-auth and auth capabilities handling
|
14 years ago |
alecpl
|
3353fdcbb4
|
- Fix auth capabilty checks ignore welcome banner CAPABILITY string (#1487081)
|
14 years ago |
alecpl
|
537b575ad1
|
- Fix autocomplete so Tab key will not insert selected contact
|
14 years ago |
alecpl
|
a5a4bf46bd
|
- Add basic IMAP LIST's \Noselect option support (mark unselectable folders as virtual, etc.)
|
14 years ago |
alecpl
|
10f08e6ce0
|
- Fix setting 'virtual' flag for non-existing folders in some cases
|
14 years ago |
alecpl
|
2b42838427
|
- Simplify some code, add some comments
|
14 years ago |
alecpl
|
fc7a41f75e
|
- Small improvements in NAMESPACE handling
|
14 years ago |
alecpl
|
781f0ca54c
|
- Improve performance by reading optional capability response from AUTHENTICATE
|
14 years ago |
alecpl
|
80bc55e0dc
|
- Fix parent folder with unread subfolder not bold when message is open (#1487078)
|
14 years ago |
alecpl
|
4dd4172421
|
- Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831)
|
14 years ago |
alecpl
|
ee72e4d4ee
|
- Fix possible js error in hide_message() (#1487076)
|
14 years ago |
alecpl
|
a1fe6bd11d
|
- Add support for IMAP proxy authentication (#1486690)
|
14 years ago |
alecpl
|
63d4d61148
|
- Re-implemented SMTP proxy authorization support
|
14 years ago |
alecpl
|
7bf255bfe1
|
- Add SASL-IR support (RFC 4959)
- Add LOGINDISABLED support (RFC 2595)
- Add support for AUTH=PLAIN authentication to IMAP
|
14 years ago |
thomascube
|
cb7d32ebdd
|
List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753)
|
14 years ago |
alecpl
|
6a16031d04
|
- Add LIST-STATUS support in rcube_imap_generic class (RFC5819)
|
14 years ago |
alecpl
|
03d3bab2af
|
- Add charset alias: WINDOWS-949 -> UHC (#1487072)
|
14 years ago |
alecpl
|
659cf14cdd
|
- Improve performance of messages counting using ESEARCH extension (RFC4731)
|
14 years ago |
alecpl
|
710e274849
|
- Improve performance of unseen messages counting, use STATUS instead of SELECT+SEARCH (#1487058)
|
14 years ago |
alecpl
|
8794f16c62
|
- Fix handling of attachments when Content-Disposition is not inline nor attachment (#1487051)
|
14 years ago |
alecpl
|
e0bd7054b7
|
- Add workaround for some Outlook's wrong content-types, per discussion in #1487051
|
14 years ago |
alecpl
|
2ae58f1b67
|
- Fix content-type name regexp according to RFC4288.4.2
|
14 years ago |
alecpl
|
36260ed640
|
- Add .pdf extension to the list
|
14 years ago |
alecpl
|
8bac7e988f
|
- Allow underline in content-type name, per comments in #1487051
|
14 years ago |
alecpl
|
435c315223
|
- Fix decoding of e-mail address strings in message headers (#1487068)
|
14 years ago |
alecpl
|
13326b7540
|
- Add tests for e-mail addresses decoding
|
14 years ago |
alecpl
|
a2e8cb3642
|
- Simplify/improve LSUB/LIST/SELECT commands handling
- Store UIDNEXT, UIDVALIDITY, UNSEEN values of selected folder
|
14 years ago |
alecpl
|
854cf227ac
|
- Use unified command identifier (AXXXX)
- Use unified methods of command execution and response parsing
|
14 years ago |
alecpl
|
93f79cbe12
|
- Remove extra newline after closing tag (#1487067)
|
14 years ago |
alecpl
|
4cb6675872
|
- Remove unused property rcube_mail_header::f
|
14 years ago |
alecpl
|
a85f889208
|
- Use better method for string escaping, don't add quotes when the string is a token
|
14 years ago |
alecpl
|
f13baaf67c
|
- Fix regression in rcube_imap::_threadcount() which was the reason
why mailbox_status() returned always "1" for folders with enabled threading
|
14 years ago |
alecpl
|
98f2c93209
|
- When read-status column is disabled create status icon in subject column
- Change read-status column icons so they are working like in flag column
- Some js code cleanup
|
14 years ago |
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)
|
14 years ago |
alecpl
|
4438d66760
|
- Add separate column for message status icon (#1486665)
|
14 years ago |
alecpl
|
4c6a61a684
|
- Add MS950 as alias for CP950 (#1487063)
|
14 years ago |
alecpl
|
d8335117e2
|
- Add LITERAL+ support (RFC2088)
|
14 years ago |
alecpl
|
bde4219e0d
|
- Fix: cannot access private property rcube_template::$app
|
14 years ago |
alecpl
|
6d5f756703
|
- Fix: when task is empty (on error?) don't try to include ".css" file
|
14 years ago |
alecpl
|
bd2e33f5f9
|
- Don't try to match identity on reply when user has only one
|
14 years ago |
alecpl
|
a9d6e7b30a
|
- Fix misplaced forwarded and replied icons on messages list
|
14 years ago |
alecpl
|
e5ebc193ca
|
- Remove unused icon
|
14 years ago |
alecpl
|
1ac5431877
|
- Fix bug in rcube_plugin::local_skin_path()
|
14 years ago |
alecpl
|
2d1d68bc7e
|
- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905
|
14 years ago |
alecpl
|
0f0c17ad9e
|
- improved IMAP errors handling (continue)
|
14 years ago |
alecpl
|
8fcc3e1ad6
|
- Improved IMAP errors handling
|
14 years ago |
alecpl
|
1c1e1e39f3
|
- Fix duplicated e-mail field in identity form (#1487054)
|
14 years ago |
alecpl
|
f6aac389bf
|
- Minimize session data size by storing only last search result
and by removing search result from session after listing with empty search filter
|
14 years ago |