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 |
|
alecpl
|
df2188d778
|
- Fix mailto optional params in plain text messages aren't handled (#1487026)
|
2010-10-04 06:52:12 +00:00 |
|
alecpl
|
928bcaedc0
|
- Fix handling of Thunderbird's vCards (#1487024)
|
2010-10-01 08:08:05 +00:00 |
|
alecpl
|
1148c6e936
|
- Add option do bind for an individual LDAP address book (#1486997)
|
2010-09-30 07:28:51 +00:00 |
|
alecpl
|
13ffa2810e
|
- Added line number for error message
|
2010-09-30 07:10:03 +00:00 |
|
alecpl
|
5c461bada9
|
- Update phpdoc (#1486958)
|
2010-09-29 16:47:05 +00:00 |
|
alecpl
|
c609784656
|
- Use custom sorting when SORT is disabled by IMAP admin (#1486959)
|
2010-09-29 13:46:30 +00:00 |
|
alecpl
|
e99991996d
|
- Add Internationalized Domain Name (IDNA) support (#1483894)
|
2010-09-29 12:36:28 +00:00 |
|
alecpl
|
eacce9b3f5
|
- Messages caching: performance improvements, fixed syncing, fixes related with #1486748
|
2010-09-29 12:15:04 +00:00 |
|
alecpl
|
6d1ae078c9
|
- Fix format=flowed: don't space-stuff empty lines (#1487018)
|
2010-09-29 09:23:55 +00:00 |
|
thomascube
|
bd911ba814
|
Pool some code for command line tools; avoid displaying password on shell (#1486947); fix msgexport now using the new imap wrapper
|
2010-09-29 08:30:56 +00:00 |
|
alecpl
|
08aa031871
|
- Fix wrong parameter count in fetchHeader() call
|
2010-09-28 13:30:41 +00:00 |
|
alecpl
|
a8e1095eb0
|
- Fixed wrong function call in sync_header_index()
|
2010-09-28 13:08:48 +00:00 |
|
thomascube
|
6d94ab311a
|
Only lower-case user name if first login attempt failed (#1486393) + fix test
|
2010-09-26 15:06:55 +00:00 |
|
thomascube
|
8603bbba2e
|
Fix base url resolution + better order for condition checks in rcube_mdb2 + updated changelog
|
2010-09-26 11:17:03 +00:00 |
|
alecpl
|
0911facde9
|
- Truncate message subject when setting page title
|
2010-09-25 13:47:51 +00:00 |
|
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
2010-09-25 13:03:53 +00:00 |
|
thomascube
|
cb2bc809ef
|
Fix db_mode check in insert_id()
|
2010-09-21 18:47:55 +00:00 |
|
alecpl
|
1151581366
|
- Fix setting headers for IE in AJAX responses
|
2010-09-21 08:41:59 +00:00 |
|
alecpl
|
d560e78d98
|
- Fix: close properly IMAP connection also when user is not logged in
|
2010-09-21 07:54:21 +00:00 |
|
thomascube
|
a3de4f6054
|
Fix selection of read/write db connection
|
2010-09-21 06:43:24 +00:00 |
|
alecpl
|
11be9330de
|
- Support %z variable in host configuration options (#1487003)
|
2010-09-20 11:07:56 +00:00 |
|
thomascube
|
62c791f609
|
Prevent from saving a non-existing skin path in user prefs
|
2010-09-18 16:32:00 +00:00 |
|
alecpl
|
b364912fc1
|
- Don't log errors about empty password when connecting to IMAP server (#1487001)
|
2010-09-17 10:28:36 +00:00 |
|
alecpl
|
2280757d24
|
- Added more charset aliases
|
2010-09-15 16:56:49 +00:00 |
|
alecpl
|
457373bf3f
|
- Fix: close() method of addressbook object(s) is not called in shutdown function
|
2010-09-15 13:36:17 +00:00 |
|
alecpl
|
acbf0f5ee0
|
- Fix: iconv doesn't support UTF7-IMAP
|
2010-09-15 12:15:01 +00:00 |
|
alecpl
|
f12d218831
|
- small fix for format=flowed parsing
|
2010-09-14 10:32:36 +00:00 |
|
alecpl
|
99b8c1e2ac
|
- Fix format=flowed handling (#1486989) + small improvements in plain messages parsing
|
2010-09-14 08:40:51 +00:00 |
|
alecpl
|
cb3dfdfede
|
- Fix messages background image handling in some cases (#1486990)
|
2010-09-11 13:21:34 +00:00 |
|
alecpl
|
618cb0d8dd
|
- Don't trim spaces from the end of line when converting to format=flowed
|
2010-09-10 13:22:54 +00:00 |
|