alecpl
|
15e00bdf50
|
- Improved performance of folders operations (#1486525) + code cleanups
|
15 years ago |
alecpl
|
1845fb6318
|
- Handle 'false' result from iil_C_* functions (#1486511)
|
15 years ago |
thomascube
|
f52c936f4d
|
Merged devel-threads branch (r3066:3364) back into trunk
|
15 years ago |
alecpl
|
b579f42b55
|
- fixes for proper handling of email addresses with form: "user"@domain.tld
|
15 years ago |
alecpl
|
5027c326e9
|
-remove root_ns setting as useless, should fix #1486222
|
15 years ago |
alecpl
|
a4f7780044
|
- Fix check_recent action when skip_deleted=true (#1486535)
|
15 years ago |
alecpl
|
f1ce5163e5
|
- Fix inconsistent behaviour of 'delete_always' option (#1486299)
|
15 years ago |
thomascube
|
a96183883d
|
Changed signature separator when top-posting (#1486330)
|
15 years ago |
alecpl
|
d15d594a42
|
- more case sensitive matching
|
15 years ago |
thomascube
|
f2cdc551e7
|
Use private method
|
15 years ago |
thomascube
|
7c9d922b96
|
New recent check based on UIDs
|
15 years ago |
thomascube
|
c8cf268b9d
|
No more case-insensitive folder name comparisons
|
15 years ago |
thomascube
|
d5ffb58726
|
Use case sensitive check when checking for default folders (#1486346)
|
15 years ago |
alecpl
|
91790e41f3
|
- Fix attachment excessive memory use, support messages of any size (#1484660)
|
15 years ago |
alecpl
|
f6b145d561
|
- optimise _id2uid(), prevent from array_flip() warnings
|
15 years ago |
alecpl
|
ac9759b6a4
|
- oops, last commit fix
|
15 years ago |
alecpl
|
b5846eed4d
|
- Login preformance: Create default folders on first login only
|
15 years ago |
alecpl
|
10eedbe75a
|
- add file/line definitions to raise_error() calls
|
15 years ago |
alecpl
|
18cdf6b155
|
- small code improvement in rcube_imap::mod_mailbox()
|
15 years ago |
alecpl
|
aa16b4af8f
|
- Improved handling of message parts of type message/rfc822 (fixed e.g. inline images in multipart/alternative messages attached as message/rfc822)
|
15 years ago |
alecpl
|
7a05909da8
|
- fix warning on PHP5.3 (#1486284)
|
15 years ago |
alecpl
|
9a0f89d7af
|
- don't treat content-disposition item in structure as message part
|
15 years ago |
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
|
16 years ago |
alecpl
|
99a4539170
|
- small code improvements + possible bugs fixes
|
16 years ago |
alecpl
|
5f571eb1db
|
- few fixes for last commits
|
16 years ago |
alecpl
|
0b6e9700f2
|
- r2734 fix: handle $split parameter for caching and for searching
|
16 years ago |
alecpl
|
40dfeaddf8
|
- Performance improvements by use UID commands (#1485690)
|
16 years ago |
alecpl
|
34ebe0ba2c
|
- speed up adding of messages to the list after message move/delete
|
16 years ago |
alecpl
|
6bfac4ced3
|
- make private methods really private
- rename _mod_mailbox() to mod_mailbox() and make it public
|
16 years ago |
alecpl
|
41caad8b48
|
- fix lost argument in iil_C_FetchHeaders call (#1485941)
|
16 years ago |
alecpl
|
b550c2eaa5
|
- fix rcube_message_part cloning
|
16 years ago |