summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/pop/popconfiguration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some cosmetic detailsPekka Vuorela2025-09-191-1/+0
| | | | | | | | | | | | | | | | | | | Mostly coding conventions here. - Method opening braces to their own lines - Adjusted some inconsistent init list styles - Removed some redundant static declarations inside anon namespace - Replaced one delete loop with qDeleteAll() - Remove some trailing extra new lines - Added some missing spaces after commas - for (), if (), switch as common qt style - Removed some unnecessary scopes within switch cases Etc. Change-Id: Ide9ad7fea6f5fce3b854af2bf05874623c474028 Reviewed-by: <matti.viljanen@kapsi.fi> Reviewed-by: Damien Caliste <dcaliste@free.fr> Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
* Remove support for QT_NO_SSLPekka Vuorela2025-09-181-4/+0
| | | | | | | | | | In the world of today there shouldn't be much sense in doing email stuff without encryption support. Simplify code a bit by removing the ifdeffing. Change-Id: I90d90cd1ef11eed2ebd625dafee2f78b7d039233 Reviewed-by: <matti.viljanen@kapsi.fi> Reviewed-by: Pekka Vuorela <pvuorela@iki.fi> Reviewed-by: Damien Caliste <dcaliste@free.fr>
* Introduce acceptUntrustedCertificates() configurationPekka Vuorela2023-11-301-0/+9
| | | | | | | | | Allows connections to be made to servers even when the TLS certficiate is not trusted (e.g. broken certificate chain). Change-Id: If912be7d7e4824f243471b40ef5c4d5acb0c31ab Reviewed-by: Damien Caliste <dcaliste@free.fr> Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
| | | | | Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
* Replace QT_NO_OPENSSL with QT_NO_SSL.Robin Burchell2014-05-131-1/+1
| | | | | | | | | | | | | | This macro was introduced in Qt 5 development to allow for non-OpenSSL backends, so the presence of OpenSSL doesn't now necessarily reflect the availability of SSL. Some of this looks like it could use some further attention (e.g. it seems a bit nasty to modify public API based on the presence of SSL where that can be avoided) but that is work for another day. Change-Id: Ia9006e43aeb1755f17ebdafb629c11f924263c3d Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
| | | | | Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* By default retrieve 100KB of data per message.Don Sanders2012-03-061-1/+1
| | | | For POP/IMAP accounts, previous limit was 20KB.
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
| | | | Remove obsolete pre-release clause.
* Fixes: No option to delete mail from server when downloading mail from ↵Don Sanders2011-02-011-0/+5
| | | | | | | | POP server. Task: NB#213594 Details: Integration of QMF patch from NB#213594
* Change default leave body on server size to 20KB.Don Sanders2010-07-021-2/+2
| | | | | Default to deleting pop mails from server. Fix a bug where deletion was being reported to fail even though it is successful.
* Update license files, so they are the same as Qt.Don Sanders2010-06-291-16/+16
| | | | | | | | Specifically remove out dated "or the Beta Release License Agreement" text. Remove redundant GPL paragaph. Update copyright to 2010.
* Remove instances of 'Qt Software' from copyright info.MattV2009-11-231-1/+1
|
* Update copyright header.2009W23MattV2009-06-051-3/+34
|
* Inital commit of QMF qt.Aleks Wojcik2009-03-051-0/+133