Aleksander Machniak
2015-03-10 b022d7b0d43934e47329c6d024936fe02df91391
2015-03-10 Aleksander Machniak
Fix rowcount if search fails (#1490266)
blob@ b022d7 commitdiff | diff to current
2014-03-14 Aleksander Machniak
Trim search filter to prevent from creating invalid search criteria when sk...
blob@ 920322 commitdiff | diff to current
2013-12-31 Aleksander Machniak
More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()
blob@ f5d2ee commitdiff | diff to current
2013-12-23 Aleksander Machniak
Fix so message flags modified by another client are applied on the list on ...
blob@ ac0fc3 commitdiff | diff to current
2013-12-22 Aleksander Machniak
Remove deprecated functions (these listed in bc.php file) usage
blob@ 6b2b2e commitdiff | diff to current
2013-01-01 Aleksander Machniak
Add possibility to search in message body only (#1488770)
blob@ 347ba3 commitdiff | diff to current
2012-12-12 Aleksander Machniak
Fix so compacting of non-empty folder is possible also when messages list i...
blob@ 04689f commitdiff | diff to current
2012-09-12 Aleksander Machniak
Improvements in building criteria string for IMAP SEARCH
blob@ a04a74 commitdiff | diff to current
2012-08-11 Aleksander Machniak
Fix bug in last commit which broke searching
blob@ 703be8 commitdiff | diff to current
2012-08-11 Aleksander Machniak
Added separate From and To columns apart from smart From/To column (#1486891)
blob@ e0efd8 commitdiff | diff to current
2012-05-22 Aleksander Machniak
Removed $Id$
blob@ 041c93 commitdiff | diff to current
2012-01-18 thomascube
Changed license to GNU GPLv3+ with exceptions for skins and plugins
blob@ 7fe381 commitdiff | diff to current
2012-01-16 thomascube
Merged devel-framework branch (r5746:5779) back into trunk
blob@ c321a9 commitdiff | diff to current
2011-12-07 alecpl
- Remove deprecated global $IMAP variable usage (#1488148)
blob@ b6da0b commitdiff | diff to current
2011-12-07 alecpl
- Fixed issues with big memory allocation of IMAP results, improved a lot o...
blob@ 40c45e commitdiff | diff to current
2011-12-01 alecpl
- Remove unused result
blob@ 875188 commitdiff | diff to current
2011-11-26 alecpl
- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)
blob@ 3e5c70 commitdiff | diff to current
2011-10-07 alecpl
- Make sure LDAP name fields aren't arrays (#1488108)
blob@ b1f084 commitdiff | diff to current
2011-09-22 alecpl
- Fix bug where after delete message rows can be added to the list of anoth...
blob@ bba252 commitdiff | diff to current
2011-05-27 alecpl
- Fix handling of "<" character in contact data, search fields and folder n...
blob@ 516467 commitdiff | diff to current
2010-12-08 alecpl
- Better support for READ-ONLY and NOPERM responses handling (#1487083) - A...
blob@ 90f81a commitdiff | diff to current
2010-10-14 alecpl
- Display IMAP errors for LIST/THREAD/SEARCH commands, fixes #1486905
blob@ 2d1d68 commitdiff | diff to current
2010-10-13 alecpl
- Minimize session data size by storing only last search result and by re...
blob@ f6aac3 commitdiff | diff to current
2010-06-28 alecpl
- Fix RC forgets search results (#1483883)
blob@ bdb13a commitdiff | diff to current
2010-06-23 alecpl
- removed PHP closing tag
blob@ b25dfd 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-03 alecpl
- remove temp console usage
blob@ 44c57a commitdiff | diff to current
2010-03-03 thomascube
Remember search modifiers in user prefs (#1486146) + bring back the old def...
blob@ 7910c0 commitdiff | diff to current
2010-01-25 alecpl
- set svn:keywords
blob@ 580ff9 commitdiff | diff to current
2009-09-12 alecpl
- fixed comment, default searching by subject only
blob@ ae119b commitdiff | diff to current
2009-06-22 alecpl
- use RCMAIL_CHARSET instead of hardcoded 'utf-8'
blob@ ecb9fb commitdiff | diff to current
2009-05-02 alecpl
- Added quick search box menu (#1484304)
blob@ 30b152 commitdiff | diff to current
2009-01-29 alecpl
- save empty search result in session
blob@ 2a466a commitdiff | diff to current
2009-01-07 alecpl
- fix searching with 'to:' modifier (typo)
blob@ 1af6fe commitdiff | diff to current
2008-12-03 alecpl
#1485587: show proper message when using status filter
blob@ 3414c5 commitdiff | diff to current
2008-11-27 alecpl
#1485581: not use parenthesis when searching with 2 search keys
blob@ 0cb967 commitdiff | diff to current
2008-11-14 alecpl
- fixes for status filter - don't call search second time if first call ret...
blob@ 697cc5 commitdiff | diff to current
2008-11-13 alecpl
- Added message status filter + fixes for r2046 (searching with SORT)
blob@ e538b3 commitdiff | diff to current
2008-11-12 alecpl
- Use SORT for searching on servers with SORT capability
blob@ 0803fb commitdiff | diff to current
2008-10-03 alecpl
- show notice instead of warning if search results contains no results (#14...
blob@ b76275 commitdiff | diff to current
2008-01-31 svncommit
Remember search results (closes #1483883).
blob@ 1f020b commitdiff | diff to current
2007-11-06 thomascube
Fix bugs #1484555, #1484646 and #1484639
blob@ e4867e commitdiff | diff to current
2007-09-11 thomascube
Fixed message search issues
blob@ 4845a1 commitdiff | diff to current
2007-04-28 thomascube
Merged branch devel-addressbook from r443 back to trunk
blob@ f11541 commitdiff | diff to current
2006-12-20 thomascube
Fixed wrong message listing when showing search results
blob@ 04c618 commitdiff | diff to current
2006-08-10 thomascube
Fixed charset problems with folder renaming
blob@ 4d4264 commitdiff | diff to current
2006-08-04 thomascube
Added correct charset support for message searching
blob@ 42000a commitdiff | diff to current
2006-03-27 thomascube
Improved search function
blob@ ac6b87 commitdiff | diff to current
2006-03-24 thomascube
Started implementing search function
blob@ 95c2c3 commitdiff | diff to current
first | « prev | next »