alecpl
2010-08-09 ecc28ce02fcfd3eaf0356c0e70dd6b929bc81771
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
2010-04-26 alecpl
- fix typos
blob@ 175d8e commitdiff | diff to current
2010-04-23 thomascube
Add class docuumentation blocks and make phpdoc work again
blob@ d062db commitdiff | diff to current
2010-04-23 alecpl
- fix typo in mailbox_exists()
blob@ d824ac commitdiff | diff to current
2010-04-23 alecpl
- fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox s...
blob@ a03c98 commitdiff | diff to current
2010-04-15 alecpl
- fix sorting of folders with capital letters
blob@ a44682 commitdiff | diff to current
2010-04-01 alecpl
- create rcube_mime_struct class on Iloha's MIME (mime.inc) basis
blob@ 70318e commitdiff | diff to current
2010-03-31 alecpl
- fix save/delete draft message with enabled threading (#1486596) - perform...
blob@ 6f31b3 commitdiff | diff to current
2010-03-30 alecpl
- Fix imap login (#1486591)
blob@ 94a6c6 commitdiff | diff to current
2010-03-26 alecpl
- Fix bugs on unexpected IMAP connection close (#1486190, #1486270) - Iloha...
blob@ 59c216 commitdiff | diff to current
2010-03-25 alecpl
- Added possibility to select all messages in a folder (#1484756)
blob@ fb7ec5 commitdiff | diff to current
2010-03-24 alecpl
- small backend cleanup + support for operations on ALL messages in a folder
blob@ cff886 commitdiff | diff to current
2010-03-23 alecpl
- Set maxuid in threads mode, to prevent unnecessary list reloading on (fir...
blob@ 18ace6 commitdiff | diff to current
2010-03-23 alecpl
- Fix UNSEEN counting when threads and skip_deleted are both enabled (#1486...
blob@ 3fb379 commitdiff | diff to current
2010-03-19 alecpl
- Fix rcube_imap::mailbox_exists (#1486560)
blob@ 02f7cb commitdiff | diff to current
2010-03-19 alecpl
- Implemented messages copying using drag&drop + SHIFT (#1484086)
blob@ 9b3fdc commitdiff | diff to current
2010-03-18 alecpl
- Improved performance of folders operations (#1486525) + code cleanups
blob@ 15e00b commitdiff | diff to current
2010-03-18 alecpl
- Handle 'false' result from iil_C_* functions (#1486511)
blob@ 1845fb commitdiff | diff to current
2010-03-17 thomascube
Merged devel-threads branch (r3066:3364) back into trunk
blob@ f52c93 commitdiff | diff to current
2010-03-12 alecpl
- fixes for proper handling of email addresses with form: "user"@domain.tld
blob@ b579f4 commitdiff | diff to current
2010-03-12 alecpl
-remove root_ns setting as useless, should fix #1486222
blob@ 5027c3 commitdiff | diff to current
2010-03-05 alecpl
- Fix check_recent action when skip_deleted=true (#1486535)
blob@ a4f778 commitdiff | diff to current
2010-03-04 alecpl
- Fix inconsistent behaviour of 'delete_always' option (#1486299)
blob@ f1ce51 commitdiff | diff to current
2010-03-04 thomascube
Changed signature separator when top-posting (#1486330)
blob@ a96183 commitdiff | diff to current
2010-03-03 alecpl
- more case sensitive matching
blob@ d15d59 commitdiff | diff to current
2010-03-02 thomascube
Use private method
blob@ f2cdc5 commitdiff | diff to current
2010-03-02 thomascube
New recent check based on UIDs
blob@ 7c9d92 commitdiff | diff to current
2010-03-02 thomascube
No more case-insensitive folder name comparisons
blob@ c8cf26 commitdiff | diff to current
2010-03-02 thomascube
Use case sensitive check when checking for default folders (#1486346)
blob@ d5ffb5 commitdiff | diff to current
2010-02-09 alecpl
- Fix attachment excessive memory use, support messages of any size (#1484660)
blob@ 91790e commitdiff | diff to current
first | « prev | next »