summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement decryptionHEADmasterDamien Caliste2024-04-109-0/+187
* Remove Factory from QMailCryptographicServiceFactoryDamien Caliste2024-04-106-33/+33
* Adjust crypto sign() APIDamien Caliste2024-04-108-21/+31
* Remove SERVER_AS_DLLPekka Vuorela2024-04-014-95/+2
* Remove traces of QAlignedTimerPekka Vuorela2024-04-012-21/+0
* Remove DEFINES for QMF_INSTALL_ROOTPekka Vuorela2024-04-011-1/+0
* Remove cruft from some .pro files and remove pointless common.priPekka Vuorela2024-03-3110-123/+9
* Simplify qmailglobal.hPekka Vuorela2024-03-252-35/+10
* Properly compare uint with static valuesDamien Caliste2024-02-281-4/+4
* Disambigue filename using radical(XX).extDamien Caliste2024-02-281-42/+18
* Reset parts when setting a bodyDamien Caliste2024-02-263-11/+68
* Exclude parts containing signature data only in multipart/signed contextsDamien Caliste2024-01-152-10/+19
* Mark overridden methods with keywordPekka Vuorela2023-12-1437-631/+741
* Fix build on Qt6Pekka Vuorela2023-12-142-0/+9
* Avoid deprecated APIPekka Vuorela2023-12-142-2/+2
* Fix connecting to obsolete & removed signalPekka Vuorela2023-12-111-6/+6
* Introduce acceptUntrustedCertificates() configurationPekka Vuorela2023-11-3014-35/+116
* Make flushIpcNotifications a slotDamien Caliste2023-11-231-2/+1
* Don't readd received IPC signals in the event loopDamien Caliste2023-11-214-97/+14
* Do AUTHENTICATE PLAIN in two stagesValério Valério2023-11-211-10/+16
* Discover authentication for SMTP/IMAPDamien Caliste2023-11-2110-1/+265
* Set replied and forwarded flags on message update from serverDamien Caliste2023-11-212-0/+13
* Add QMailMessage::CalendarCancellation flagDavid Llewellyn-Jones2023-11-157-4/+38
* Fix some compiler warningsPekka Vuorela2023-11-133-4/+4
* Handle encoded-word's containing partial charactersSlava Monich2023-11-081-18/+38
* Switch to DBus for IPCDamien Caliste2023-11-0640-5052/+845
* Share message server with ActionInfoDamien Caliste2023-11-063-41/+46
* Listen to activityChanged in action observerDamien Caliste2023-10-182-27/+10
* Remove client to server email addition via a fileDamien Caliste2023-10-177-101/+0
* Flush the store cache on reconnectionDamien Caliste2023-10-164-3/+36
* Delete deprecated message count signals in IPCDamien Caliste2023-10-106-67/+12
* Provide default values for QMailKeyArgument() and FileLoggerDamien Caliste2023-10-042-2/+4
* Properly deserialize the array size in QMailKeyArgumentDamien Caliste2023-10-041-1/+1
* Set the encryption status on IMAP receptionDamien Caliste2023-09-201-0/+3
* Define a flag to mark encrypted emailsDamien Caliste2023-09-053-0/+26
* Treat non text parts without content disposition as attachmentsDamien Caliste2023-09-011-1/+5
* Use correct key count in MailKeyImpl::deserialize()Tomi Leppänen2021-09-101-1/+1
* Fix bug when detecting HEADER / BODY substringsChris Adams2021-08-301-2/+3
* Bump version to 6.0.0 since we build against Qt6 nowChris Adams2021-04-091-1/+1
* 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
* Support ~ as specifier for log file pathsTomi Leppänen2021-04-091-1/+5
* 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
* Use sentences in description of database actions instead of routine namesDamien Caliste2021-04-091-42/+42
* Add missing slash character as protected in header parametersDamien Caliste2021-04-092-1/+10
* Fix some unit test failures resulting from recent qtbase changesChris Adams2021-04-082-28/+28
* Use a range for instead of foreachDamien Caliste2021-04-081-2/+2