summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-098-103/+103
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-0918-336/+336
* Declare tests in the build systemDamien Caliste2025-04-023-0/+18
* Continue login when there is no valid push foldersDamien Caliste2025-03-262-3/+6
* Fix crash on imap search without supported keysPekka Vuorela2025-03-031-0/+6
* Don't continue on log-in after idle renewalDamien Caliste2025-02-281-3/+5
* Make ImapService the only place to delay push mail restartDamien Caliste2025-02-283-65/+32
* Synchronize idle renewal timersDamien Caliste2025-02-282-10/+20
* Remove initial imap push delayDamien Caliste2025-02-262-24/+1
* Report client error even when establishing idle connectionsDamien Caliste2025-02-214-17/+13
* Rework ImapService::onAccountsUpdated()Damien Caliste2025-02-211-26/+23
* Reduce status variable number in ImapClient::monitor()Damien Caliste2025-02-212-63/+42
* Separate push email related code from enable/disableDamien Caliste2025-02-192-30/+38
* Make configuration local in the IMAP clientDamien Caliste2025-02-196-124/+124
* Test account enabled on _client existing in ImapServiceDamien Caliste2025-02-192-7/+4
* Remove win32_ce traces and some unnecessary platform specific bitsPekka Vuorela2025-02-171-4/+1
* Add a couple null pointer checksPekka Vuorela2025-02-142-1/+3
* Remove semicolons after method bodiesPekka Vuorela2025-02-142-2/+2
* Switch to CamelCased Qt #includesPekka Vuorela2025-02-1211-34/+45
* Move LongStream to server library, streamline the implementationPekka Vuorela2025-02-115-8/+8
* Setup IMAP account status in one placeDamien Caliste2025-02-032-17/+15
* Wait for credentials fetching in idle protocolDamien Caliste2025-02-032-24/+56
* Set accountId on construction for IETF clientsDamien Caliste2025-01-289-71/+34
* Add a fetchCapabilities() method in SmtpClientDamien Caliste2025-01-224-167/+141
* Revert "Fix a regression with smtp services not adapting to account changes."Damien Caliste2025-01-222-15/+0
* Replace 'sending' member with transport->inUse() in SMTPDamien Caliste2025-01-222-9/+3
* Remove unused ImapProtocol::quoteString(QByteArray)Damien Caliste2025-01-172-6/+0
* Add a plugin mechanism to handle credentialsDamien Caliste2025-01-1515-143/+326
* Use QMailServiceConfiguration in authenticatorDamien Caliste2024-10-3110-52/+45
* Add CMake build systemDamien Caliste2024-10-179-5/+125
* Remove qmfsettings pluginPekka Vuorela2024-05-2120-824/+0
* Remove Factory from QMailCryptographicServiceFactoryDamien Caliste2024-04-102-2/+2
* Remove traces of QAlignedTimerPekka Vuorela2024-04-012-21/+0
* Mark overridden methods with keywordPekka Vuorela2023-12-1419-362/+383
* 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-094-0/+4
* 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