summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapstrategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-091-37/+37
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-125/+125
* Make configuration local in the IMAP clientDamien Caliste2025-02-191-69/+76
* Switch to CamelCased Qt #includesPekka Vuorela2025-02-121-2/+4
* Add CMake build systemDamien Caliste2024-10-171-1/+1
* Remove Factory from QMailCryptographicServiceFactoryDamien Caliste2024-04-101-1/+1
* Set replied and forwarded flags on message update from serverDamien Caliste2023-11-211-0/+10
* Add QMailMessage::CalendarCancellation flagDavid Llewellyn-Jones2023-11-151-0/+1
* Follow the synchronizationEnabled flag when folders are not specifiedDamien Caliste2021-04-091-9/+23
* Use QmfList where required to maintain stable referencesChris Adams2021-04-081-14/+14
* Use range constructors for lists and setsDamien Caliste2021-04-081-10/+14
* Don't download twice part content in case of signed message with IMAP protocolDamien Caliste2018-12-211-18/+20
* Add an interface for cryptographic operationsDamien Caliste2018-10-241-32/+60
* Set highestmodseq to zero when server using QRESYNC does not support permanen...Robin Burchell2018-09-111-1/+1
* Introduce a new function to test content type contentDamien Caliste2018-09-111-5/+4
* Handle 'Deleted' flag properly for IMAP accountsValério Valério2018-09-071-8/+37
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-231-1/+109
* [qmf] IMAP: handle errors for Create/Rename/Delete online folder actionsMichael Nosov2018-08-231-14/+41
* Replace deprecated qSort/qLowerBound/qGreater with std methodsPekka Vuorela2018-08-161-3/+3
* [qmf] IMAP: encode folder name with non-US charactersMichael Nosov2018-08-031-1/+2
* [qmf] IMAP: fix for rename top level folderMichael Nosov2018-08-021-11/+11
* Set contentAvailable and encoding correctly for transferred body parts.Valerio Valerio2015-08-281-1/+9
* 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-10/+12
* Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...Robin Burchell2014-01-231-1/+1
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
* Fix bug in meta data analysis algorithmDon Sanders2012-05-311-17/+33
* Fix synchronization bug for qresync capable servers.Don Sanders2012-05-281-1/+4
* Add new QMailMessage::NoNotification flagDon Sanders2012-05-151-0/+3
* Fix a bug where externalize/move operations were leaking files.Don Sanders2012-04-191-2/+12
* Ensure temporary files are deleted.Don Sanders2012-04-031-0/+1
* Add service action to find and create standard folders.Valerio Valerio2012-01-271-3/+8
* Don't delete all message removal records instead of none.Don Sanders2012-01-121-1/+2
* Detect removed messages on imap servers that don't provide UIDNEXTDon Sanders2011-12-211-0/+4
* Implement support for XLIST IMAP extension2011W47Don Sanders2011-11-211-20/+8
* Added QMailSearchAction::countMessages function, and QMailMessageServer::mess...Don Sanders2011-11-211-2/+19
* Update remote server search API.Don Sanders2011-11-171-3/+13
* Fix bug emitting QMailSearchAction::matchMessageIds signalDon Sanders2011-11-091-0/+1
* Use new ImapConfiguration "searchLimit" in server based searching2011W44Don Sanders2011-11-061-0/+12
* Forward without download (fwod) fixes.Don Sanders2011-10-211-2/+2
* Integrate Harmattan QMF fix for NB#278368Don Sanders2011-09-051-1/+2
* Integrate Meego Harmattan fix for NB272852Don Sanders2011-09-051-1/+1
* Merging QMF part of downstream fix for NB#238413 into Qt QMF.Don Sanders2011-08-171-3/+21
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
* Imap flag change handling optimizationDon Sanders2011-07-211-0/+5
* Fix error in commits related to NB#267169.Don Sanders2011-07-031-2/+1
* Fix errors in previous commit related to NB#267169.Don Sanders2011-07-031-4/+2
* Preserve message ids when resuming a cancelled sync in IMAPEric Springer2011-06-301-21/+35
* Fix a regression with imap/pop services not adapting to account changes.Don Sanders2011-06-071-1/+2
* Fix bug with partial message downloading, NB#239506.Don Sanders2011-03-311-28/+35