summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/pop
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-091-2/+2
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-094-16/+16
* Declare tests in the build systemDamien Caliste2025-04-021-0/+6
* Remove win32_ce traces and some unnecessary platform specific bitsPekka Vuorela2025-02-171-4/+1
* Switch to CamelCased Qt #includesPekka Vuorela2025-02-121-6/+7
* Move LongStream to server library, streamline the implementationPekka Vuorela2025-02-112-4/+4
* Set accountId on construction for IETF clientsDamien Caliste2025-01-283-27/+17
* Add a plugin mechanism to handle credentialsDamien Caliste2025-01-154-24/+77
* Use QMailServiceConfiguration in authenticatorDamien Caliste2024-10-313-16/+13
* Add CMake build systemDamien Caliste2024-10-172-1/+35
* Mark overridden methods with keywordPekka Vuorela2023-12-144-26/+33
* Introduce acceptUntrustedCertificates() configurationPekka Vuorela2023-11-303-0/+22
* Add QMailMessage::CalendarCancellation flagDavid Llewellyn-Jones2023-11-151-0/+1
* Set PLUGIN_CLASS_NAME in plugin .pro filesChris Adams2021-04-091-0/+1
* Use QmfList where required to maintain stable referencesChris Adams2021-04-081-2/+2
* Remove flush call in qMailLog()Damien Caliste2021-04-081-1/+1
* Add core5compat for in src/librariesDamien Caliste2021-04-082-1/+2
* Use QElapsedTimer instead of QTimeDamien Caliste2021-04-081-1/+2
* Add override keyword where requiredDamien Caliste2021-04-081-1/+1
* Ensure that existing Inbox with pop client is set MessagesPermittedDamien Caliste2018-12-041-1/+1
* Ensure on startup that pop3/imap accounts and folders have correct flagsMichael Nosov2018-11-011-0/+32
* Add QMF_NO_WIDGETS option to disable QtWidgets depending codePekka Vuorela2018-09-072-7/+7
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-191-1/+1
* plugins: Remove PLUGIN_EXPORT macro.Robin Burchell2015-08-281-2/+2
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-2810-222/+142
* Fixed a crash in PopClient::incomingDataValerio Valerio2014-09-091-2/+2
* Prevents protocol incoming data read from stopping when handling large requests.Valerio Valerio2014-07-172-13/+16
* Replace QT_NO_OPENSSL with QT_NO_SSL.Robin Burchell2014-05-135-9/+9
* [API BREAK] Use qt_plugin for QMF plugins instead of reinventing our own arch...Robin Burchell2014-01-281-4/+2
* Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...Robin Burchell2014-01-232-21/+3
* Remove Qt 4 support.Robin Burchell2014-01-213-23/+6
* Detection of libraries built as framework or dylib on MacTakahiro Hashimoto2014-01-171-2/+10
* Convert QByteArray to QString using QString::fromLatin1().Valerio Valerio2013-08-271-1/+1
* Make sure plugins are linked against correct Qt version of the qmf libs.Valerio Valerio2013-04-301-2/+8
* Allow parallel installation of qt4 and qt5 buildsValerio Valerio2013-04-261-3/+4
* Update Qt 5 port to match latest releaseValerio Valerio2013-04-195-10/+14
* Remove Symbian support.Robin Burchell2013-02-282-16/+1
* Change to new-form Digia license headers.Robin Burchell2013-02-1210-241/+241
* Fix regression introduced by last commit.Valerio Valerio2013-01-211-1/+0
* Make sure there is no dependency on Qt widgets moduleDon Sanders2012-05-311-2/+1
* Fix QMailMessage::HasAttachments not being set correctly.Don Sanders2012-05-221-0/+1
* Fix bug with pop mails not being deleted from pop server.Don Sanders2012-05-042-10/+38
* Fix QMailMessageMetaData::receivedDate().Don Sanders2012-04-041-1/+1
* Build fixes for Qt5 and remove some spurious DEPENDS_ON macrosDon Sanders2012-03-121-0/+1
* By default retrieve 100KB of data per message.Don Sanders2012-03-062-2/+2
* Reducing RAM used by pop plugin.Don Sanders2012-02-272-6/+6
* Delete sockets after closing them, only test account on first syncDon Sanders2012-02-173-7/+21
* Correctly set standard INBOX folder.2012W07_1Don Sanders2012-02-131-0/+5
* Implement testing of Pop accounts using retrieveFolderListDon Sanders2012-02-103-19/+50
* Update plugins and doc paths.Don Sanders2012-01-131-1/+1