summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove qmfsettings pluginHEADmasterPekka Vuorela7 days21-825/+0
* Implement decryptionDamien Caliste2024-04-106-0/+118
* Remove Factory from QMailCryptographicServiceFactoryDamien Caliste2024-04-102-2/+2
* Adjust crypto sign() APIDamien Caliste2024-04-105-16/+26
* Remove traces of QAlignedTimerPekka Vuorela2024-04-012-21/+0
* Remove cruft from some .pro files and remove pointless common.priPekka Vuorela2024-03-311-2/+0
* Mark overridden methods with keywordPekka Vuorela2023-12-1420-373/+394
* Introduce acceptUntrustedCertificates() configurationPekka Vuorela2023-11-3011-21/+60
* Do AUTHENTICATE PLAIN in two stagesValério Valério2023-11-211-10/+16
* Discover authentication for SMTP/IMAPDamien Caliste2023-11-215-0/+86
* Set replied and forwarded flags on message update from serverDamien Caliste2023-11-212-0/+13
* Add QMailMessage::CalendarCancellation flagDavid Llewellyn-Jones2023-11-153-1/+4
* Fix some compiler warningsPekka Vuorela2023-11-131-2/+2
* Set the encryption status on IMAP receptionDamien Caliste2023-09-201-0/+3
* Fix bug when detecting HEADER / BODY substringsChris Adams2021-08-301-2/+3
* Set PLUGIN_CLASS_NAME in plugin .pro filesChris Adams2021-04-097-0/+7
* Stop _incomingDataTimer when imapprotocol object is destroyedDavid Llewellyn-Jones2021-04-091-0/+1
* Check if IDLE connection needs to be established after loginDavid Llewellyn-Jones2021-04-091-0/+10
* Use socket's local address for HELO and EHLO messagesRaine Makelainen2021-04-091-4/+9
* Set new IMAP folders to inherit SynchronizationEnabled flagDavid Llewellyn-Jones2021-04-091-1/+4
* Follow the synchronizationEnabled flag when folders are not specifiedDamien Caliste2021-04-093-11/+33
* Fix some warningsChris Adams2021-04-081-3/+3
* Use QmfList where required to maintain stable referencesChris Adams2021-04-086-30/+31
* Fix default WindowFlags parameter value in SMTP pluginChris Adams2021-04-081-1/+1
* Add mock NetworkStatusMonitor class to SMTP pluginChris Adams2021-04-082-18/+24
* Provide mock IdleNetworkSession class for IMAP pluginChris Adams2021-04-085-107/+298
* Port uses of QRegExp to QRegularExpression in IMAP pluginChris Adams2021-04-082-84/+97
* Remove flush call in qMailLog()Damien Caliste2021-04-082-8/+8
* Add core5compat for in src/librariesDamien Caliste2021-04-084-2/+4
* Use QMultiMap when necessary instead of QMapDamien Caliste2021-04-082-2/+2
* Replace deprecated QString::SplitBehaviorDamien Caliste2021-04-083-8/+8
* Use range constructors for lists and setsDamien Caliste2021-04-082-11/+15
* Use QElapsedTimer instead of QTimeDamien Caliste2021-04-081-1/+2
* Use QRandomGenerator instead of qrandDamien Caliste2021-04-082-11/+4
* Add override keyword where requiredDamien Caliste2021-04-081-1/+1
* Move away from deprecated QDateTime::fromTime_t and toTime_tDamien Caliste2021-04-083-4/+4
* Decrease exists count on EXPUNGEDavid Llewellyn-Jones2019-04-041-1/+8
* Add network listeners to IDLE connectionsPekka Vuorela2019-03-214-5/+272
* Don't download twice part content in case of signed message with IMAP protocolDamien Caliste2018-12-212-18/+21
* fix SMTP syntax errorsRolf Eike Beer2018-12-191-5/+5
* Exclude parts containing signature data from attachment listDamien Caliste2018-12-131-1/+3
* Ensure that existing Inbox with pop client is set MessagesPermittedDamien Caliste2018-12-041-1/+1
* Correct signature data in GPGme pluginDamien Caliste2018-11-081-1/+1
* Ensure on startup that pop3/imap accounts and folders have correct flagsMichael Nosov2018-11-012-0/+41
* Add an interface for cryptographic operationsDamien Caliste2018-10-2419-48/+1104
* Mask login information in the SMTP debug logging.Robin Burchell2018-09-112-11/+19
* Mask login information in the IMAP login logging.Robin Burchell2018-09-112-10/+18
* 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-112-7/+6
* Gracefully handle bodystructure where boundaries are reported as NIL.Robin Burchell2018-09-081-1/+6