Commit Graph

144 Commits

Author SHA1 Message Date
alecpl
f6b145d561 - optimise _id2uid(), prevent from array_flip() warnings 2010-02-05 13:05:25 +00:00
alecpl
ac9759b6a4 - oops, last commit fix 2010-01-28 12:55:26 +00:00
alecpl
b5846eed4d - Login preformance: Create default folders on first login only 2010-01-28 12:52:24 +00:00
alecpl
10eedbe75a - add file/line definitions to raise_error() calls 2010-01-28 11:27:16 +00:00
alecpl
18cdf6b155 - small code improvement in rcube_imap::mod_mailbox() 2010-01-13 12:37:51 +00:00
alecpl
aa16b4af8f - Improved handling of message parts of type message/rfc822 (fixed e.g. inline images in multipart/alternative messages attached as message/rfc822) 2009-12-23 08:01:39 +00:00
alecpl
7a05909da8 - fix warning on PHP5.3 (#1486284) 2009-12-11 21:39:43 +00:00
alecpl
9a0f89d7af - don't treat content-disposition item in structure as message part 2009-12-04 08:56:45 +00:00
alecpl
bc04a7ee78 - fix creating default folder when moving message and target folder doesn't exists 2009-11-18 13:58:15 +00:00
alecpl
efe93ad116 - fix message cache clearing when folder is empty + small max() warning fix 2009-10-19 07:47:10 +00:00
alecpl
f281242fa4 - performance: fix storing of imap_delimiter in session 2009-10-13 07:41:31 +00:00
alecpl
4f69328132 - Partially fixed "empty body" issue by showing raw body of malformed message (#1486166) 2009-10-12 10:37:49 +00:00
alecpl
170b72ab78 - fix for skip_deleted 2009-10-08 18:18:04 +00:00
alecpl
2c7296a82d - Use default_charset for bodies of messages without charset definition (#1486187) 2009-10-02 18:57:45 +00:00
alecpl
ee3c580bfe - added @TODO comment 2009-10-02 10:58:12 +00:00
alecpl
38bf4253fb - Fix cache status checking + improve cache operations performance (#1486104) 2009-09-24 12:08:23 +00:00
alecpl
1cead0cbf4 - sorting by message index - added 'index_sort' option (#1485936) 2009-09-23 12:32:09 +00:00
alecpl
bdab2c5faf - small code improvements 2009-09-20 10:25:14 +00:00
alecpl
59395e7e36 - Fix DB constraint violation when populating messages cache (#1486052) 2009-09-12 13:27:59 +00:00
alecpl
eb4b147bad - fix cache flushing after message delete with read_when_deleted=true + some code cleanup 2009-09-07 12:25:10 +00:00
alecpl
4a63f1efaf - Fix roundcube hangs on empty inbox with bincimapd (#1486093) 2009-09-07 07:53:01 +00:00
alecpl
ae7f9b3d0a - oops, my foult, remove buggy code 2009-09-04 13:01:46 +00:00
alecpl
e6f4842505 - remove test code 2009-09-04 13:00:36 +00:00
alecpl
f8a846c589 - simplified iil_C_(Un)Subscribe() return value 2009-08-28 08:31:41 +00:00
thomascube
80fbdaa2d9 Changed imap_connect hook according to suggestions in #1485956 2009-08-14 08:24:09 +00:00
thomascube
2a34eb9492 Add 'imap_connect' hook (#1485956) 2009-08-07 16:22:30 +00:00
alecpl
78c7947bf8 - Add rcube_imap::unset_flag (#1486017) 2009-08-02 07:54:10 +00:00
alecpl
ee258ce158 - performance fix: don't check mbstring functions existence too often 2009-07-23 12:12:27 +00:00
alecpl
99a4539170 - small code improvements + possible bugs fixes 2009-07-12 19:35:21 +00:00
alecpl
5f571eb1db - few fixes for last commits 2009-07-11 20:29:34 +00:00
alecpl
0b6e9700f2 - r2734 fix: handle $split parameter for caching and for searching 2009-07-11 15:09:22 +00:00
alecpl
40dfeaddf8 - Performance improvements by use UID commands (#1485690) 2009-07-11 14:34:48 +00:00
alecpl
34ebe0ba2c - speed up adding of messages to the list after message move/delete 2009-07-11 13:28:56 +00:00
alecpl
6bfac4ced3 - make private methods really private
- rename _mod_mailbox() to mod_mailbox() and make it public
2009-06-27 14:28:04 +00:00
alecpl
41caad8b48 - fix lost argument in iil_C_FetchHeaders call (#1485941) 2009-06-26 12:40:58 +00:00
alecpl
b550c2eaa5 - fix rcube_message_part cloning 2009-06-25 19:45:39 +00:00
alecpl
4e92534105 - more performance improvements of caching 2009-06-24 11:49:49 +00:00
alecpl
ac622998f9 - Fix non-unicode characters caching in unicode database (#1484608) 2009-06-24 09:44:05 +00:00
alecpl
b32cb21a7d - more preformance improvements of messages caching + some code refactoring 2009-06-23 07:17:49 +00:00
alecpl
ad84f9c06c - performance improvements of messages caching 2009-06-22 18:32:51 +00:00
alecpl
ecb9fb058d - use RCMAIL_CHARSET instead of hardcoded 'utf-8' 2009-06-22 16:20:34 +00:00
alecpl
28674a848a - fix bug in delete_mailbox when deleting many folders 2009-06-17 18:01:07 +00:00
alecpl
e20e310162 - Fix messages searching on MailEnable IMAP (#1485762) 2009-06-10 18:13:20 +00:00
alecpl
2dd7ee346f - Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
2009-06-10 12:07:55 +00:00
alecpl
384d83adb9 - make searching aware of 'skip_deleted' 2009-06-08 17:45:09 +00:00
alecpl
0b2ce91f25 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI 2009-06-05 16:13:24 +00:00
alecpl
977078372e - use explode() instead of deprecated in php5.3 split() 2009-06-01 08:09:40 +00:00
alecpl
6138a55f80 - fixed headers prefetching 2009-05-30 17:08:30 +00:00
alecpl
a1fc8d2518 - removed unused and declared in PHP-5.3 quoted_printable_encode function (#1485879) 2009-05-28 06:19:45 +00:00
alecpl
8234b4c6bc - Support UID EXPUNGE: remove only moved/deleted messages 2009-05-26 08:50:10 +00:00