Commit Graph

136 Commits (6c95809d10fda20d522a6a09b861f20bed43ee8c)

Author SHA1 Message Date
alecpl bc04a7ee78 - fix creating default folder when moving message and target folder doesn't exists 15 years ago
alecpl efe93ad116 - fix message cache clearing when folder is empty + small max() warning fix 15 years ago
alecpl f281242fa4 - performance: fix storing of imap_delimiter in session 15 years ago
alecpl 4f69328132 - Partially fixed "empty body" issue by showing raw body of malformed message (#1486166) 15 years ago
alecpl 170b72ab78 - fix for skip_deleted 15 years ago
alecpl 2c7296a82d - Use default_charset for bodies of messages without charset definition (#1486187) 15 years ago
alecpl ee3c580bfe - added @TODO comment 15 years ago
alecpl 38bf4253fb - Fix cache status checking + improve cache operations performance (#1486104) 15 years ago
alecpl 1cead0cbf4 - sorting by message index - added 'index_sort' option (#1485936) 15 years ago
alecpl bdab2c5faf - small code improvements 15 years ago
alecpl 59395e7e36 - Fix DB constraint violation when populating messages cache (#1486052) 15 years ago
alecpl eb4b147bad - fix cache flushing after message delete with read_when_deleted=true + some code cleanup 15 years ago
alecpl 4a63f1efaf - Fix roundcube hangs on empty inbox with bincimapd (#1486093) 15 years ago
alecpl ae7f9b3d0a - oops, my foult, remove buggy code 15 years ago
alecpl e6f4842505 - remove test code 15 years ago
alecpl f8a846c589 - simplified iil_C_(Un)Subscribe() return value 15 years ago
thomascube 80fbdaa2d9 Changed imap_connect hook according to suggestions in #1485956 15 years ago
thomascube 2a34eb9492 Add 'imap_connect' hook (#1485956) 15 years ago
alecpl 78c7947bf8 - Add rcube_imap::unset_flag (#1486017) 15 years ago
alecpl ee258ce158 - performance fix: don't check mbstring functions existence too often 15 years ago
alecpl 99a4539170 - small code improvements + possible bugs fixes 15 years ago
alecpl 5f571eb1db - few fixes for last commits 15 years ago
alecpl 0b6e9700f2 - r2734 fix: handle $split parameter for caching and for searching 15 years ago
alecpl 40dfeaddf8 - Performance improvements by use UID commands (#1485690) 15 years ago
alecpl 34ebe0ba2c - speed up adding of messages to the list after message move/delete 15 years ago
alecpl 6bfac4ced3 - make private methods really private
- rename _mod_mailbox() to mod_mailbox() and make it public
15 years ago
alecpl 41caad8b48 - fix lost argument in iil_C_FetchHeaders call (#1485941) 15 years ago
alecpl b550c2eaa5 - fix rcube_message_part cloning 15 years ago
alecpl 4e92534105 - more performance improvements of caching 15 years ago
alecpl ac622998f9 - Fix non-unicode characters caching in unicode database (#1484608) 15 years ago
alecpl b32cb21a7d - more preformance improvements of messages caching + some code refactoring 15 years ago
alecpl ad84f9c06c - performance improvements of messages caching 15 years ago
alecpl ecb9fb058d - use RCMAIL_CHARSET instead of hardcoded 'utf-8' 15 years ago
alecpl 28674a848a - fix bug in delete_mailbox when deleting many folders 15 years ago
alecpl e20e310162 - Fix messages searching on MailEnable IMAP (#1485762) 15 years ago
alecpl 2dd7ee346f - Fixed many 'skip_deleted' issues (#1485634)
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
15 years ago
alecpl 384d83adb9 - make searching aware of 'skip_deleted' 15 years ago
alecpl 0b2ce91f25 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI 15 years ago
alecpl 977078372e - use explode() instead of deprecated in php5.3 split() 15 years ago
alecpl 6138a55f80 - fixed headers prefetching 15 years ago
alecpl a1fc8d2518 - removed unused and declared in PHP-5.3 quoted_printable_encode function (#1485879) 15 years ago
alecpl 8234b4c6bc - Support UID EXPUNGE: remove only moved/deleted messages 15 years ago
alecpl a5897a3e38 - Support UTF-7 encoding in messages (#1485832) 15 years ago
alecpl 48958e0512 - Fix Answered/Forwarded flag setting for messages from subfolders 15 years ago
alecpl 1c5be6f792 - Support UUencode content encoding (#1485839) 15 years ago
alecpl 78cdeba1a8 - last commit fix 15 years ago
alecpl 91ec0a0559 - speed up remove_message_cache() by using message uid instead of idx 15 years ago
alecpl ae1df26948 - fix \Seen flag setting with enable_caching=true (#1485843) 15 years ago
alecpl 23a2eec4d5 - ereg -> preg 15 years ago
alecpl aeed58d5af - Use UID STORE/COPY commands 15 years ago