| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Wrap some overly long lines
- Honor coding conventions better here and there
- Use nullptr more instead of '0'
- Switch remaining cases of Q_DECL_OVERRIDE and Q_NULLPTR to standard
keywords.
- Removed some unnecessary #includes
- etc.
Change-Id: Ia9a01807da88298a6c1c1bbb22c854743ed19429
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
Reviewed-by: <matti.viljanen@kapsi.fi>
Reviewed-by: Damien Caliste <dcaliste@free.fr>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
Replace the custom logging mechanism with QLoggingCategory.
Also declare the warnings with the proper category.
Change-Id: If87d53d27ea0c65abd434af9f99fe49ce634d6dd
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
|
| |
|
|
|
|
|
| |
Change-Id: Iebfffe7a6d5b2db40f0508ecd7c8ccddfa6665a6
Reviewed-by: Damien Caliste <dcaliste@free.fr>
Reviewed-by: <matti.viljanen@kapsi.fi>
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
|
| |
|
|
|
|
|
|
|
| |
When the structure of the email is received in
an IMAP transfer, set or not the encryption
flag, as it is done for attachments.
Change-Id: Ief42663d2c38c19b1cd29c21b35f67e4cfcb1fb2
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
|
| |
|
|
|
|
|
|
|
|
|
| |
Create a new function to ensure that content type matching is always done
case insensitive.
Originally the comparison was done after a toLower(), but forgetting this, like
in src/libraries/qmfclient/qmailmessage.cpp#6252, can create bugs.
Change-Id: Ia93e068e5374c346c94c2afe4de768d3833b4a9a
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Some servers (e.g mail.ru) report boundaries as NIL for multipart messages.
from my understanding of RFC2046 this is invalid, but we can gracefully handle
those by setting them to empty.
Avoids crash when requesting a partAt() for a message that does not exist,
this happened due to NIL boundaries, but no need to crash in such cases.
Change-Id: I676e444184ad1ca39f93bc8d18635f134a315d0a
Done-with: Valério Valério <valerio.valerio@jolla.com>
Reviewed-by: Valerio Valerio <vdv100@gmail.com>
|
| |
|
|
|
| |
Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
|
| |
|
|
|
|
|
|
| |
Update code base to match latest release of Qt.
Signed-off-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Change-Id: I02c2ff250ea8cd960938b81903e92b04c745ae9c
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
| |
Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| | |
|
| |
|
|
|
| |
Port from MeeGo QMF.
Prefer the Content-Disposition/Size to the body size.
|
| |
|
|
| |
Remove obsolete pre-release clause.
|
| |
|
|
|
|
|
|
|
| |
Yahoo IMAP server provides more fields than needed for the FETCH
BODYSTRUCTURE command response.
What this patch does is to discard all those unrequested fields by
discarding those parsing item of negative depth, that is, above the
scope that has been requested for parsing.
|
| | |
|
| |
|
|
|
|
|
|
| |
ill-formed then ensure the created mail has PartialContentAvailable
set to false.
Clients should offer the user an option to retrieve the complete
mail for mail with the PartialContentAvailable flag not set.
|
| |
|
|
| |
Fix issues suggested by KDE's code checking tool "Krazy"
|
| |
|
|
|
|
|
|
| |
Specifically remove out dated "or the Beta Release License Agreement" text.
Remove redundant GPL paragaph.
Update copyright to 2010.
|
| |
|
|
|
|
|
| |
Task: QTSOL-89
Details: gmail is returning ill formed BODYSTRUCTURE output in some cases, specifically chinese mails sent by George.
KMail doesn't show them at all. Gmail web interface doesn't show one.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Task: 255177
|
| |
|
|
|
|
|
|
|
| |
Ensure that partially downloaded data is stored in un-decoded form,
allowing the following portion to be sensibly appended, and the
stored size to make sense with regard to the transmission size.
For messages, store the content size separately to the size of
the message in total.
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
specification.
|
| |/ |
|
| | |
|
| |
|
|
|
|
| |
(it + 1) == end to always return true.
I conclude using a reference to store parameters is a bad idea.
|
| |
|
|
|
|
| |
account.
Details: Only fixed the crash unforunately the bodystructure is still not being parsed correctly.
|
| |
|