| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
| |
For POP/IMAP accounts, previous limit was 20KB.
|
| |
|
|
| |
Remove obsolete pre-release clause.
|
| |
|
|
|
|
|
|
| |
POP server.
Task: NB#213594
Details: Integration of QMF patch from NB#213594
|
| |
|
|
|
| |
Default to deleting pop mails from server.
Fix a bug where deletion was being reported to fail even though it is successful.
|
| |
|
|
|
|
|
|
| |
Specifically remove out dated "or the Beta Release License Agreement" text.
Remove redundant GPL paragaph.
Update copyright to 2010.
|
| | |
|
| | |
|
| |
|