summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapstrategy.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-9/+9
* Make configuration local in the IMAP clientDamien Caliste2025-02-191-1/+1
* Switch to CamelCased Qt #includesPekka Vuorela2025-02-121-4/+6
* Mark overridden methods with keywordPekka Vuorela2023-12-141-121/+121
* Follow the synchronizationEnabled flag when folders are not specifiedDamien Caliste2021-04-091-2/+6
* Don't download twice part content in case of signed message with IMAP protocolDamien Caliste2018-12-211-0/+1
* Add an interface for cryptographic operationsDamien Caliste2018-10-241-5/+5
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-231-0/+24
* [qmf] IMAP: handle errors for Create/Rename/Delete online folder actionsMichael Nosov2018-08-231-9/+12
* Initialize some ImapFetchSelectedMessagesStrategy variablesSlava Monich2015-08-281-1/+1
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
* Don't enqueue preferred body part for fetching twiceValerio Valerio2014-03-261-2/+2
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
* Add service action to find and create standard folders.Valerio Valerio2012-01-271-1/+4
* Implement support for XLIST IMAP extension2011W47Don Sanders2011-11-211-0/+2
* Added QMailSearchAction::countMessages function, and QMailMessageServer::mess...Don Sanders2011-11-211-1/+4
* Update remote server search API.Don Sanders2011-11-171-1/+4
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
* Imap flag change handling optimizationDon Sanders2011-07-211-0/+1
* Preserve message ids when resuming a cancelled sync in IMAPEric Springer2011-06-301-7/+7
* Integrate patch from Gabor FeketeDon Sanders2011-02-141-7/+17
* Fixes: git style warnings.Don Sanders2011-01-211-2/+2
* Fixes: Incorrect behavior when download limit is set.Don Sanders2011-01-211-1/+5
* Fix IMAP bug of doing write operations after EXAMINE (BZ#181546)Eric Springer2011-01-051-0/+1
* Remove messages rather than marking them with removed status.Don Sanders2010-12-041-1/+0
* Fixes NB#204831, delete messages from store after they are usedDon Sanders2010-11-221-1/+2
* Fixes: IMAP: Message(s) marked as read/unread on Server not updated on ClientDon Sanders2010-10-171-0/+1
* Clean-up and rename messagebuffer to QMailMessageBufferespringe2010-10-081-1/+1
* Remove progress throttling.Lincoln Ramsay2010-10-081-1/+1
* Use batched writes for IMAP.Lincoln Ramsay2010-09-301-2/+2
* Refactor IMAP code to separate fetch and flush.Lincoln Ramsay2010-09-301-0/+12
* Lots of server-side searching optimisation, improvements and fixesespringe2010-09-201-1/+2
* Make QMailFolder::SynchronizationEnabled behave as required by MeeGo.Don Sanders2010-09-111-0/+3
* Safer pipelining, prevent server flooding.Don Sanders2010-09-061-0/+1
* Eliminate unnecessary selects and roundtrips when client requestsDon Sanders2010-09-051-1/+3
* Eliminate redundant folder list when exporting updates.Don Sanders2010-08-081-0/+1
* Implement fully operational IMAP QRESYNC (RFC5162) support,Don Sanders2010-08-081-1/+5
* Refactor code in preparation for qresync implementation, specificallyDon Sanders2010-08-061-0/+1
* Fix highestmodseq updating.Don Sanders2010-08-061-0/+1
* Factor folder selection into virtual method.Don Sanders2010-08-061-0/+1
* Check for IMAP folder uidvalidity changes, if it's changed:Don Sanders2010-08-051-0/+1
* Save HIGHESTMODSEQ for an IMAP folder after the first successfulDon Sanders2010-08-041-0/+1
* Move disconnected move/copy code out of qmailserviceaction.cppDon Sanders2010-07-301-0/+1
* Make deprecated synchronize strategy work again.Don Sanders2010-07-191-0/+2
* Fixes: Initial mail check.Don Sanders2010-07-091-2/+4
* Fixes: Not detecting removed messages with retrieveMessageList.Don Sanders2010-07-091-2/+2
* Fix missing declarationAndrew Stanley-Jones2010-07-071-0/+1
* Update license files, so they are the same as Qt.Don Sanders2010-06-291-16/+16
* Standard folders disconnected copy/move.AleksW2010-06-251-4/+4
* Fix to locally remove folders that are no longer on IMAP serverespringe2010-05-171-2/+0