summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapprotocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-091-25/+25
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-46/+46
* Fix crash on imap search without supported keysPekka Vuorela2025-03-031-0/+6
* Move LongStream to server library, streamline the implementationPekka Vuorela2025-02-111-1/+1
* Remove unused ImapProtocol::quoteString(QByteArray)Damien Caliste2025-01-171-5/+0
* Add a plugin mechanism to handle credentialsDamien Caliste2025-01-151-17/+35
* Use QMailServiceConfiguration in authenticatorDamien Caliste2024-10-311-2/+2
* Add CMake build systemDamien Caliste2024-10-171-1/+0
* Mark overridden methods with keywordPekka Vuorela2023-12-141-124/+124
* Introduce acceptUntrustedCertificates() configurationPekka Vuorela2023-11-301-1/+7
* Discover authentication for SMTP/IMAPDamien Caliste2023-11-211-0/+24
* Set replied and forwarded flags on message update from serverDamien Caliste2023-11-211-0/+3
* Fix bug when detecting HEADER / BODY substringsChris Adams2021-08-301-2/+3
* Stop _incomingDataTimer when imapprotocol object is destroyedDavid Llewellyn-Jones2021-04-091-0/+1
* Use QmfList where required to maintain stable referencesChris Adams2021-04-081-4/+4
* Port uses of QRegExp to QRegularExpression in IMAP pluginChris Adams2021-04-081-77/+87
* Replace deprecated QString::SplitBehaviorDamien Caliste2021-04-081-5/+5
* Decrease exists count on EXPUNGEDavid Llewellyn-Jones2019-04-041-1/+8
* Exclude parts containing signature data from attachment listDamien Caliste2018-12-131-1/+3
* Add an interface for cryptographic operationsDamien Caliste2018-10-241-5/+40
* Mask login information in the IMAP login logging.Robin Burchell2018-09-111-9/+17
* Handle 'Deleted' flag properly for IMAP accountsValério Valério2018-09-071-0/+3
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-231-0/+94
* [qmf] IMAP: handle errors for Create/Rename/Delete online folder actionsMichael Nosov2018-08-231-19/+52
* Add virtual dtor to get rid of compiler warningPekka Vuorela2018-08-161-0/+1
* [qmf] IMAP: encode folder name with non-US charactersMichael Nosov2018-08-031-3/+5
* [qmf] IMAP. Fix case when folder name contains escape character '\'Michael Nosov2018-08-021-1/+20
* [qmf] IMAP: fix when folder name contains quote '"' symbolMichael Nosov2018-07-201-5/+26
* [qmf] IMAP: fix crash when renaming folder with '\\' charactersMichael Nosov2018-07-201-2/+2
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
* Prevents protocol incoming data read from stopping when handling large requests.Valerio Valerio2014-07-171-0/+10
* Replace QT_NO_OPENSSL with QT_NO_SSL.Robin Burchell2014-05-131-4/+4
* Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...Robin Burchell2014-01-231-1/+1
* Convert QByteArray to QString using QString::fromLatin1().Valerio Valerio2013-08-271-1/+1
* Update Qt 5 port to match latest releaseValerio Valerio2013-04-191-7/+7
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
* Reduce ram used for imap idle connections.Don Sanders2012-03-091-2/+6
* Improve imap logging info, a little.Don Sanders2012-01-121-0/+1
* Fix non-ascii inbox folder name regression introduced by XLIST support.Don Sanders2011-12-021-0/+6
* Implement support for XLIST IMAP extension2011W47Don Sanders2011-11-211-14/+35
* Added QMailSearchAction::countMessages function, and QMailMessageServer::mess...Don Sanders2011-11-211-5/+33
* Change QMailSearchAction::searchMessage function semantics2011W44_4Don Sanders2011-11-091-2/+4
* Fix bug where server based search would return a bad UID.Don Sanders2011-11-061-2/+2
* Add support for unicode server based searching.Don Sanders2011-11-061-64/+147
* Add support for IMAP COMPRESS (RFC4978) using zlib.Don Sanders2011-10-231-34/+49
* Improve IMAP capabilities detectionDon Sanders2011-10-231-1/+34
* Forward without download (fwod) fixes.Don Sanders2011-10-211-1/+0
* Improve imap idle support.2011W32Don Sanders2011-08-121-1/+3
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
* Token function in imapprotocol.cpp is including aJose Dapena Paz2011-07-261-0/+4