| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Replace the custom logging mechanism with QLoggingCategory.
Also declare the warnings with the proper category.
Change-Id: If87d53d27ea0c65abd434af9f99fe49ce634d6dd
Reviewed-by: Pekka Vuorela <[email protected]>
|
|
|
|
|
|
|
| |
Change-Id: Iebfffe7a6d5b2db40f0508ecd7c8ccddfa6665a6
Reviewed-by: Damien Caliste <[email protected]>
Reviewed-by: <[email protected]>
Reviewed-by: Pekka Vuorela <[email protected]>
|
|
|
|
|
|
|
|
|
| |
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 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
| |
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 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <[email protected]>
Reviewed-by: Valerio Valerio <[email protected]>
|
|
|
|
|
| |
Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676
Reviewed-by: Simon Hausmann <[email protected]>
|
|
|
|
|
|
|
|
| |
Update code base to match latest release of Qt.
Signed-off-by: Valerio Valerio <[email protected]>
Change-Id: I02c2ff250ea8cd960938b81903e92b04c745ae9c
Reviewed-by: Matthew Vogt <[email protected]>
Reviewed-by: Robin Burchell <[email protected]>
|
|
|
|
|
| |
Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6
Reviewed-by: Lars Knoll <[email protected]>
|
| |
|
|
|
|
|
| |
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.
|
|
|