alecpl
2011-06-27 68070e448c6c8cd09faa75fd70ff11bfea764cc1
2010-10-29 alecpl
- Improve performance of message cache status checking when skip_disabled=true
blob@ 9ae29c commitdiff | diff to current
2010-10-29 alecpl
- Use consistent results from some functions, code cleanup
blob@ 93272e commitdiff | diff to current
2010-10-29 alecpl
- Improve performance of setting IMAP flags using .SILENT suffix
blob@ c309cd commitdiff | diff to current
2010-10-29 alecpl
- Fix address parsing for situation when encoded words are used inside quot...
blob@ 7bdd3e commitdiff | diff to current
2010-10-29 alecpl
- Improve performance of clear_mailbox() when skip_deleted=true
blob@ 01bdfd commitdiff | diff to current
2010-10-26 alecpl
- Add support for selection options from LIST-EXTENDED extension (RFC 5258)...
blob@ 3870be commitdiff | diff to current
2010-10-26 alecpl
- Fix: Use internal instead of DB cache in message_index() and thread_index()
blob@ fa2173 commitdiff | diff to current
2010-10-25 alecpl
- Add basic IMAP LIST's \Noselect option support (mark unselectable folders...
blob@ a5a4bf commitdiff | diff to current
2010-10-25 alecpl
- Simplify some code, add some comments
blob@ 2b4283 commitdiff | diff to current
2010-10-20 alecpl
- Improve performance of messages counting using ESEARCH extension (RFC4731)
blob@ 659cf1 commitdiff | diff to current
2010-10-20 alecpl
- Fix decoding of e-mail address strings in message headers (#1487068)
blob@ 435c31 commitdiff | diff to current
2010-10-19 alecpl
- Simplify/improve LSUB/LIST/SELECT commands handling - Store UIDNEXT, UIDV...
blob@ a2e8cb commitdiff | diff to current
2010-10-19 alecpl
- Use unified command identifier (AXXXX) - Use unified methods of command e...
blob@ 854cf2 commitdiff | diff to current
2010-10-18 alecpl
- Fix regression in rcube_imap::_threadcount() which was the reason why m...
blob@ f13baa commitdiff | diff to current
2010-10-18 alecpl
- Add ACL extension support into IMAP classes (RFC4314) ...
blob@ 8b6eff commitdiff | diff to current
2010-10-14 alecpl
- Improved IMAP errors handling
blob@ 8fcc3e commitdiff | diff to current
2010-10-09 alecpl
- Add caching support in id2uid and uid2id functions (#1487019), Fix get_me...
blob@ 29983c commitdiff | diff to current
2010-10-04 alecpl
- Minimize FETCH response for messages listing (when caching is disabled)
blob@ 103ddc commitdiff | diff to current
2010-09-29 alecpl
- Update phpdoc (#1486958)
blob@ 5c461b commitdiff | diff to current
2010-09-29 alecpl
- Use custom sorting when SORT is disabled by IMAP admin (#1486959)
blob@ c60978 commitdiff | diff to current
2010-09-29 alecpl
- Add Internationalized Domain Name (IDNA) support (#1483894)
blob@ e99991 commitdiff | diff to current
2010-09-29 alecpl
- Messages caching: performance improvements, fixed syncing, fixes related ...
blob@ eacce9 commitdiff | diff to current
2010-09-28 alecpl
- Fix wrong parameter count in fetchHeader() call
blob@ 08aa03 commitdiff | diff to current
2010-09-28 alecpl
- Fixed wrong function call in sync_header_index()
blob@ a8e109 commitdiff | diff to current
2010-09-25 alecpl
- s/RoundCube/Roundcube/
blob@ e019f2 commitdiff | diff to current
2010-09-21 alecpl
- Fix: close properly IMAP connection also when user is not logged in
blob@ d560e7 commitdiff | diff to current
2010-09-17 alecpl
- Don't log errors about empty password when connecting to IMAP server (#14...
blob@ b36491 commitdiff | diff to current
2010-09-08 alecpl
- Small performance improvements
blob@ 2aa2b3 commitdiff | diff to current
2010-09-04 alecpl
- Don't use mail_header_delimiter when saving mail in IMAP
blob@ 272a7e commitdiff | diff to current
2010-08-09 alecpl
- Removed /i from regexp
blob@ ecc28c commitdiff | diff to current
2010-08-09 alecpl
- Improve handling of single-part messages with bogus BODYSTRUCTURE (#1486898)
blob@ 3c9d9a commitdiff | diff to current
2010-07-30 alecpl
- Performance fix: Determine real mimetype of message/rfc822 part from body...
blob@ 253768 commitdiff | diff to current
2010-07-30 alecpl
- Fix message structure parsing when it lacks optional fields (#1486881)
blob@ 95fd49 commitdiff | diff to current
2010-07-30 alecpl
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete li...
blob@ e6ce00 commitdiff | diff to current
2010-07-28 alecpl
- Fix performance of threads parsing
blob@ c51304 commitdiff | diff to current
2010-06-08 alecpl
- Fix some IMAP errors handling when opening the message (#1485443)
blob@ 64e3e8 commitdiff | diff to current
2010-06-04 alecpl
- fix parsing bodystructure of messages with "Content-Type: multipart/relat...
blob@ 6749e4 commitdiff | diff to current
2010-06-04 alecpl
- performance improvement: skip SEARCH command when mailbox is empty and SE...
blob@ 309f49 commitdiff | diff to current
2010-06-04 alecpl
- Some fixes for BADCHARSET handling in SORT/THREAD/SEARCH response
blob@ ffd3e2 commitdiff | diff to current
2010-06-04 alecpl
- Fix: don't call FETCH when THREADS returns empty result
blob@ f22b54 commitdiff | diff to current
2010-05-28 alecpl
- Fix forwarding of messages with winmail attachments - Remove some redunda...
blob@ d311d8 commitdiff | diff to current
2010-05-22 alecpl
- Added list_mailboxes hook in rcube_imap::list_unsubscribed() (#1486668)
blob@ 6f4e7d commitdiff | diff to current
2010-05-19 alecpl
- Fix %00 character in winmail.dat attachments names (#1486738)
blob@ 9d5c83 commitdiff | diff to current
2010-05-19 alecpl
- Fix handling errors of folder deletion (#1486705)
blob@ c43517 commitdiff | diff to current
2010-05-18 alecpl
- Some files from /bin + spellchecking actions moved to the new 'utils' task
blob@ 677e1f commitdiff | diff to current
2010-05-13 alecpl
- Extend contact groups support (#1486682)
blob@ bb8012 commitdiff | diff to current
2010-05-12 alecpl
- Fix check-recent action issues and performance (#1486526) - Fix messages ...
blob@ 488074 commitdiff | diff to current
2010-05-03 alecpl
- preformance fix: don't load full folders list when checking for folder ...
blob@ 16378f commitdiff | diff to current
2010-04-29 alecpl
- Fix database constraint violation when opening a message (#1486696)
blob@ 06c116 commitdiff | diff to current
2010-04-28 alecpl
- Fix folder subscription checking (#1486684) - Fix INBOX appears (sometime...
blob@ f0485a commitdiff | diff to current
first | « prev | next »