index
:
qt-labs/messagingframework.git
conversations_improvements
experimental
master
pkg
qmf-1.0
qmf-2.0
smtpfix
symbian
test
Qt Messaging Framework
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
messageservices
/
imap
/
imapprotocol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing spaces after for/if/while/switch
Pekka Vuorela
2025-05-09
1
-25
/
+25
*
Remove trailing whitespace with sed script
Pekka Vuorela
2025-05-09
1
-46
/
+46
*
Fix crash on imap search without supported keys
Pekka Vuorela
2025-03-03
1
-0
/
+6
*
Move LongStream to server library, streamline the implementation
Pekka Vuorela
2025-02-11
1
-1
/
+1
*
Remove unused ImapProtocol::quoteString(QByteArray)
Damien Caliste
2025-01-17
1
-5
/
+0
*
Add a plugin mechanism to handle credentials
Damien Caliste
2025-01-15
1
-17
/
+35
*
Use QMailServiceConfiguration in authenticator
Damien Caliste
2024-10-31
1
-2
/
+2
*
Add CMake build system
Damien Caliste
2024-10-17
1
-1
/
+0
*
Mark overridden methods with keyword
Pekka Vuorela
2023-12-14
1
-124
/
+124
*
Introduce acceptUntrustedCertificates() configuration
Pekka Vuorela
2023-11-30
1
-1
/
+7
*
Discover authentication for SMTP/IMAP
Damien Caliste
2023-11-21
1
-0
/
+24
*
Set replied and forwarded flags on message update from server
Damien Caliste
2023-11-21
1
-0
/
+3
*
Fix bug when detecting HEADER / BODY substrings
Chris Adams
2021-08-30
1
-2
/
+3
*
Stop _incomingDataTimer when imapprotocol object is destroyed
David Llewellyn-Jones
2021-04-09
1
-0
/
+1
*
Use QmfList where required to maintain stable references
Chris Adams
2021-04-08
1
-4
/
+4
*
Port uses of QRegExp to QRegularExpression in IMAP plugin
Chris Adams
2021-04-08
1
-77
/
+87
*
Replace deprecated QString::SplitBehavior
Damien Caliste
2021-04-08
1
-5
/
+5
*
Decrease exists count on EXPUNGE
David Llewellyn-Jones
2019-04-04
1
-1
/
+8
*
Exclude parts containing signature data from attachment list
Damien Caliste
2018-12-13
1
-1
/
+3
*
Add an interface for cryptographic operations
Damien Caliste
2018-10-24
1
-5
/
+40
*
Mask login information in the IMAP login logging.
Robin Burchell
2018-09-11
1
-9
/
+17
*
Handle 'Deleted' flag properly for IMAP accounts
Valério Valério
2018-09-07
1
-0
/
+3
*
[qmf] onlineMoveFolder API + IMAP implementation
Michael Nosov
2018-08-23
1
-0
/
+94
*
[qmf] IMAP: handle errors for Create/Rename/Delete online folder actions
Michael Nosov
2018-08-23
1
-19
/
+52
*
Add virtual dtor to get rid of compiler warning
Pekka Vuorela
2018-08-16
1
-0
/
+1
*
[qmf] IMAP: encode folder name with non-US characters
Michael Nosov
2018-08-03
1
-3
/
+5
*
[qmf] IMAP. Fix case when folder name contains escape character '\'
Michael Nosov
2018-08-02
1
-1
/
+20
*
[qmf] IMAP: fix when folder name contains quote '"' symbol
Michael Nosov
2018-07-20
1
-5
/
+26
*
[qmf] IMAP: fix crash when renaming folder with '\\' characters
Michael Nosov
2018-07-20
1
-2
/
+2
*
Update licensing to match latest approach in QtCore.
Robin Burchell
2015-08-28
1
-22
/
+14
*
Prevents protocol incoming data read from stopping when handling large requests.
Valerio Valerio
2014-07-17
1
-0
/
+10
*
Replace QT_NO_OPENSSL with QT_NO_SSL.
Robin Burchell
2014-05-13
1
-4
/
+4
*
Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...
Robin Burchell
2014-01-23
1
-1
/
+1
*
Convert QByteArray to QString using QString::fromLatin1().
Valerio Valerio
2013-08-27
1
-1
/
+1
*
Update Qt 5 port to match latest release
Valerio Valerio
2013-04-19
1
-7
/
+7
*
Change to new-form Digia license headers.
Robin Burchell
2013-02-12
1
-24
/
+24
*
Reduce ram used for imap idle connections.
Don Sanders
2012-03-09
1
-2
/
+6
*
Improve imap logging info, a little.
Don Sanders
2012-01-12
1
-0
/
+1
*
Fix non-ascii inbox folder name regression introduced by XLIST support.
Don Sanders
2011-12-02
1
-0
/
+6
*
Implement support for XLIST IMAP extension
2011W47
Don Sanders
2011-11-21
1
-14
/
+35
*
Added QMailSearchAction::countMessages function, and QMailMessageServer::mess...
Don Sanders
2011-11-21
1
-5
/
+33
*
Change QMailSearchAction::searchMessage function semantics
2011W44_4
Don Sanders
2011-11-09
1
-2
/
+4
*
Fix bug where server based search would return a bad UID.
Don Sanders
2011-11-06
1
-2
/
+2
*
Add support for unicode server based searching.
Don Sanders
2011-11-06
1
-64
/
+147
*
Add support for IMAP COMPRESS (RFC4978) using zlib.
Don Sanders
2011-10-23
1
-34
/
+49
*
Improve IMAP capabilities detection
Don Sanders
2011-10-23
1
-1
/
+34
*
Forward without download (fwod) fixes.
Don Sanders
2011-10-21
1
-1
/
+0
*
Improve imap idle support.
2011W32
Don Sanders
2011-08-12
1
-1
/
+3
*
Update license headers (make them consistent with harmattan qmf)
Don Sanders
2011-08-07
1
-17
/
+17
*
Token function in imapprotocol.cpp is including a
Jose Dapena Paz
2011-07-26
1
-0
/
+4
[next]