alecpl
309f49f09b
- performance improvement: skip SEARCH command when mailbox is empty and SEARCH is called just after SELECT
15 years ago
alecpl
ffd3e29068
- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH response
15 years ago
alecpl
f22b5439f2
- Fix: don't call FETCH when THREADS returns empty result
15 years ago
alecpl
d311d809d6
- Fix forwarding of messages with winmail attachments
...
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839 )
- Extend rc_mime_content_type() to work with string buffer
15 years ago
alecpl
6f4e7dbcb1
- Added list_mailboxes hook in rcube_imap::list_unsubscribed() ( #1486668 )
15 years ago
alecpl
9d5c834332
- Fix %00 character in winmail.dat attachments names ( #1486738 )
15 years ago
alecpl
c435173eb4
- Fix handling errors of folder deletion ( #1486705 )
15 years ago
alecpl
677e1f26fe
- Some files from /bin + spellchecking actions moved to the new 'utils' task
15 years ago
alecpl
bb8012cfcd
- Extend contact groups support ( #1486682 )
15 years ago
alecpl
488074965b
- Fix check-recent action issues and performance ( #1486526 )
...
- Fix messages order after checking for recent (#1484664 )
- Fix messages copying
- Reset check-recent interval after check-recent by hand
15 years ago
alecpl
16378fe3a2
- preformance fix: don't load full folders list when checking for folder
...
existance in sendmail.inc, use internal cache to make mailbox_exists()
faster when called more than one time for the same folder
15 years ago
alecpl
06c116bf75
- Fix database constraint violation when opening a message ( #1486696 )
15 years ago
alecpl
f0485adef1
- Fix folder subscription checking ( #1486684 )
...
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672 )
15 years ago
alecpl
175d8eed7b
- fix typos
15 years ago
thomascube
d062dbe18c
Add class docuumentation blocks and make phpdoc work again
15 years ago
alecpl
d824acaf11
- fix typo in mailbox_exists()
15 years ago
alecpl
a03c98092f
- fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)
...
- performance: add option to not checking MAXUID in messagecount()
15 years ago
alecpl
a4468298c8
- fix sorting of folders with capital letters
15 years ago
alecpl
70318e5463
- create rcube_mime_struct class on Iloha's MIME (mime.inc) basis
15 years ago
alecpl
6f31b356b2
- fix save/delete draft message with enabled threading ( #1486596 )
...
- performance improvement using UID SEARCH intead of SEARCH + FETCH
- re-fix r3445
15 years ago
alecpl
94a6c642cf
- Fix imap login ( #1486591 )
15 years ago
alecpl
59c216f3cc
- Fix bugs on unexpected IMAP connection close ( #1486190 , #1486270 )
...
- Iloha's imap.inc rewritten into rcube_imap_generic class
- rcube_imap code re-formatting
15 years ago
alecpl
fb7ec576ab
- Added possibility to select all messages in a folder ( #1484756 )
15 years ago
alecpl
cff88617c0
- small backend cleanup + support for operations on ALL messages in a folder
15 years ago
alecpl
18ace62791
- Set maxuid in threads mode, to prevent unnecessary list reloading on (first) check_recent
15 years ago
alecpl
3fb3792efc
- Fix UNSEEN counting when threads and skip_deleted are both enabled ( #1486558 )
15 years ago
alecpl
02f7cb8851
- Fix rcube_imap::mailbox_exists ( #1486560 )
15 years ago
alecpl
9b3fdc25c1
- Implemented messages copying using drag&drop + SHIFT ( #1484086 )
15 years ago
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
alecpl
4e92534105
- more performance improvements of caching
16 years ago
alecpl
ac622998f9
- Fix non-unicode characters caching in unicode database ( #1484608 )
16 years ago
alecpl
b32cb21a7d
- more preformance improvements of messages caching + some code refactoring
16 years ago
alecpl
ad84f9c06c
- performance improvements of messages caching
16 years ago
alecpl
ecb9fb058d
- use RCMAIL_CHARSET instead of hardcoded 'utf-8'
16 years ago
alecpl
28674a848a
- fix bug in delete_mailbox when deleting many folders
16 years ago
alecpl
e20e310162
- Fix messages searching on MailEnable IMAP ( #1485762 )
16 years ago
alecpl
2dd7ee346f
- Fixed many 'skip_deleted' issues ( #1485634 )
...
- Fixed messages list sorting on servers without SORT capability
- some preformance improvements
16 years ago
alecpl
384d83adb9
- make searching aware of 'skip_deleted'
16 years ago
alecpl
0b2ce91f25
- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI
16 years ago
alecpl
977078372e
- use explode() instead of deprecated in php5.3 split()
16 years ago
alecpl
6138a55f80
- fixed headers prefetching
16 years ago
alecpl
a1fc8d2518
- removed unused and declared in PHP-5.3 quoted_printable_encode function ( #1485879 )
16 years ago
alecpl
8234b4c6bc
- Support UID EXPUNGE: remove only moved/deleted messages
16 years ago
alecpl
a5897a3e38
- Support UTF-7 encoding in messages ( #1485832 )
16 years ago
alecpl
48958e0512
- Fix Answered/Forwarded flag setting for messages from subfolders
16 years ago
alecpl
1c5be6f792
- Support UUencode content encoding ( #1485839 )
16 years ago
alecpl
78cdeba1a8
- last commit fix
16 years ago
alecpl
91ec0a0559
- speed up remove_message_cache() by using message uid instead of idx
16 years ago
alecpl
ae1df26948
- fix \Seen flag setting with enable_caching=true ( #1485843 )
16 years ago
alecpl
23a2eec4d5
- ereg -> preg
16 years ago
alecpl
aeed58d5af
- Use UID STORE/COPY commands
16 years ago