Aleksander Machniak
2016-05-04 344b0af9c6c2f6531504dbc8363faa54ce9c6440
2016-05-04 Aleksander Machniak
Indicate that a collapsed thread has flagged children (#5013)
blob@ 344b0a commitdiff | diff to current
2016-04-02 Aleksander Machniak
CS fixes: Replace use of "bool ? true : false" with just "bool"
blob@ 6f2c00 commitdiff | diff to current
2016-04-02 Aleksander Machniak
Fix so SPECIAL-USE assignments are forced only until user sets special fold...
blob@ 5c253d commitdiff | diff to current
2015-12-22 Aleksander Machniak
Add INBOX to the list of folders only if no filter and no prefix was specified
blob@ 6521c2 commitdiff | diff to current
2015-11-05 Aleksander Machniak
Remove deprecated rcmail and rcube_imap methods
blob@ 454b0b commitdiff | diff to current
2015-10-07 Aleksander Machniak
CS fixes
blob@ a03233 commitdiff | diff to current
2015-10-02 Aleksander Machniak
Remove unused property
blob@ b81301 commitdiff | diff to current
2015-10-02 Aleksander Machniak
Code improvements: CS fixes, improved internal cache cleanup on folder sele...
blob@ 85f420 commitdiff | diff to current
2015-10-02 Aleksander Machniak
Simplify change_subscription() code, removed unused vars
blob@ aada28 commitdiff | diff to current
2015-09-11 Aleksander Machniak
Improved multi-folder search performance on sort order change or list page ...
blob@ fef853 commitdiff | diff to current
2015-09-02 Aleksander Machniak
Optimize folder_size() on Cyrus IMAP by using special folder annotation (#1...
blob@ 427ab2 commitdiff | diff to current
2015-09-02 Aleksander Machniak
Added method to determine IMAP server vendor, for future use
blob@ 5eb9c7 commitdiff | diff to current
2015-08-30 Aleksander Machniak
Make optional hidding of folders with name starting with a dot - imap_skip_...
blob@ 4ceff8 commitdiff | diff to current
2015-08-06 Aleksander Machniak
Make sure list page is never set to 0 (#1490458)
blob@ 0868c2 commitdiff | diff to current
2015-07-31 Aleksander Machniak
Fix bug where new messages weren't added to the list in search mode
blob@ c21f95 commitdiff | diff to current
2015-07-31 Aleksander Machniak
Revert create_folder() behaviour change where the method didn't fail if fol...
blob@ 6c7be2 commitdiff | diff to current
2015-07-29 Aleksander Machniak
Fix so imap folder attribute comparisons are case-insensitive (#1490466) + ...
blob@ 9d78c6 commitdiff | diff to current
2015-06-27 Aleksander Machniak
Get rid of Mail_mimeDecode package dependency (#1490416)
blob@ f7427f commitdiff | diff to current
2015-06-07 Aleksander Machniak
CS fixes
blob@ a95874 commitdiff | diff to current
2015-03-08 Aleksander Machniak
Plugin API: added message_part_body hook, fixes around message structure ha...
blob@ 9af8e2 commitdiff | diff to current
2015-02-02 Aleksander Machniak
Fix handling of GETANNOTATION errors - return NULL on error as documented
blob@ e8fc8d commitdiff | diff to current
2014-09-09 Thomas Bruederli
Don't override argument variable when collecting results
blob@ fb3ccf commitdiff | diff to current
2014-09-08 Aleksander Machniak
Fix call to a member function get_compressed() on a non-object
blob@ c489cc commitdiff | diff to current
2014-09-03 Aleksander Machniak
Fix merging folder annotations for folders with numeric names (only digits)
blob@ 334bc9 commitdiff | diff to current
2014-08-18 Aleksander Machniak
Don't fail when trying to create and subscribe a folder that already exists
blob@ fb5e2f commitdiff | diff to current
2014-08-07 Thomas Bruederli
- Implemented 'storage_connected' API hook after successful IMAP login (#14...
blob@ f95492 commitdiff | diff to current
2014-07-30 Aleksander Machniak
Remove redundant folder check when using search set
blob@ 5b592d commitdiff | diff to current
2014-07-14 Aleksander Machniak
Fix "Illegal offset type" error (#1489985)
blob@ e0492d commitdiff | diff to current
2014-06-24 Aleksander Machniak
Extend get_quota() so it's possible to specify GETQUOTAROOT folder and retu...
blob@ 6fa1a0 commitdiff | diff to current
2014-06-16 Aleksander Machniak
Add config option to specify IMAP connection socket parameters - imap_conn_...
blob@ 109bcc commitdiff | diff to current
2014-06-04 Aleksander Machniak
Fix folders sorting in case when special folders are subfolders of INBOX
blob@ 354c7d commitdiff | diff to current
2014-06-01 Aleksander Machniak
Change private method to protected
blob@ 35c135 commitdiff | diff to current
2014-05-28 Aleksander Machniak
Small code improvements
blob@ a62cc3 commitdiff | diff to current
2014-05-28 Aleksander Machniak
Fix UTF7-IMAP encoding detection (fixes folders list sorting)
blob@ 20ef29 commitdiff | diff to current
2014-05-25 Aleksander Machniak
Silence PHP Warning: strtolower() expects parameter 1 to be string
blob@ ccf5a4 commitdiff | diff to current
2014-05-22 Aleksander Machniak
Bring back forcing of string type for folders list items (removed unintenti...
blob@ 081f3b commitdiff | diff to current
2014-05-22 Aleksander Machniak
Improve performance of sort_folder_list() method.
blob@ 693612 commitdiff | diff to current
2014-05-22 Aleksander Machniak
If search string cannot be converted to ASCII (result is an empty string) u...
blob@ 079be2 commitdiff | diff to current
2014-05-15 Aleksander Machniak
Plugin API: added imap_search_before hook
blob@ 963499 commitdiff | diff to current
2014-04-23 Thomas Bruederli
Only refresh the affected parts of a cross-folder search set after moving/d...
blob@ ab3668 commitdiff | diff to current
2014-04-23 Thomas Bruederli
Further refine cross-folder searching: - Store incomplete search results in...
blob@ 31aa08 commitdiff | diff to current
2014-04-19 Aleksander Machniak
Plugin API: Added message_saved hook (#1489752)
blob@ ed763b commitdiff | diff to current
2014-04-18 Thomas Bruederli
Consider search scope (and changes) for filter searches + disable folder op...
blob@ 26b520 commitdiff | diff to current
2014-04-14 Thomas Bruederli
Allow to search in multiple folders with rcube_imap::search_once(); always ...
blob@ f97fe4 commitdiff | diff to current
2014-04-08 Thomas Bruederli
Make multi-folder message identifiers work with folders containing commas
blob@ 188247 commitdiff | diff to current
2014-04-08 Thomas Bruederli
Consider sort order in UID sort mode of multi-folder search results
blob@ 94e797 commitdiff | diff to current
2014-04-08 Thomas Bruederli
Fix splitting message identifiers into UID and folder values
blob@ 1d1fdc commitdiff | diff to current
2014-04-08 Thomas Bruederli
Optimize header fetching of multi-folder searches with natural (UID) sorting
blob@ 188304 commitdiff | diff to current
2014-04-07 Thomas Bruederli
More fixes for multi-folder search (#1485234)
blob@ e8cb51 commitdiff | diff to current
2014-04-07 Thomas Bruederli
Merge branch 'dev-multi-folder-search'
blob@ 665369 commitdiff | diff to current
first | « prev | next »