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
/
imapclient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing spaces after for/if/while/switch
Pekka Vuorela
2025-05-09
1
-4
/
+4
*
Remove trailing whitespace with sed script
Pekka Vuorela
2025-05-09
1
-34
/
+34
*
Continue login when there is no valid push folders
Damien Caliste
2025-03-26
1
-1
/
+1
*
Don't continue on log-in after idle renewal
Damien Caliste
2025-02-28
1
-3
/
+5
*
Make ImapService the only place to delay push mail restart
Damien Caliste
2025-02-28
1
-46
/
+13
*
Synchronize idle renewal timers
Damien Caliste
2025-02-28
1
-10
/
+18
*
Report client error even when establishing idle connections
Damien Caliste
2025-02-21
1
-2
/
+2
*
Reduce status variable number in ImapClient::monitor()
Damien Caliste
2025-02-21
1
-59
/
+39
*
Make configuration local in the IMAP client
Damien Caliste
2025-02-19
1
-34
/
+45
*
Add a couple null pointer checks
Pekka Vuorela
2025-02-14
1
-1
/
+1
*
Remove semicolons after method bodies
Pekka Vuorela
2025-02-14
1
-1
/
+1
*
Setup IMAP account status in one place
Damien Caliste
2025-02-03
1
-11
/
+15
*
Wait for credentials fetching in idle protocol
Damien Caliste
2025-02-03
1
-24
/
+54
*
Set accountId on construction for IETF clients
Damien Caliste
2025-01-28
1
-14
/
+7
*
Add a plugin mechanism to handle credentials
Damien Caliste
2025-01-15
1
-12
/
+74
*
Use QMailServiceConfiguration in authenticator
Damien Caliste
2024-10-31
1
-2
/
+2
*
Add CMake build system
Damien Caliste
2024-10-17
1
-1
/
+1
*
Remove Factory from QMailCryptographicServiceFactory
Damien Caliste
2024-04-10
1
-1
/
+1
*
Remove traces of QAlignedTimer
Pekka Vuorela
2024-04-01
1
-17
/
+0
*
Mark overridden methods with keyword
Pekka Vuorela
2023-12-14
1
-3
/
+3
*
Add QMailMessage::CalendarCancellation flag
David Llewellyn-Jones
2023-11-15
1
-1
/
+2
*
Fix some compiler warnings
Pekka Vuorela
2023-11-13
1
-2
/
+2
*
Check if IDLE connection needs to be established after login
David Llewellyn-Jones
2021-04-09
1
-0
/
+10
*
Set new IMAP folders to inherit SynchronizationEnabled flag
David Llewellyn-Jones
2021-04-09
1
-1
/
+4
*
Fix some warnings
Chris Adams
2021-04-08
1
-3
/
+3
*
Use QmfList where required to maintain stable references
Chris Adams
2021-04-08
1
-3
/
+3
*
Use QMultiMap when necessary instead of QMap
Damien Caliste
2021-04-08
1
-1
/
+1
*
Add network listeners to IDLE connections
Pekka Vuorela
2019-03-21
1
-0
/
+13
*
Ensure on startup that pop3/imap accounts and folders have correct flags
Michael Nosov
2018-11-01
1
-0
/
+9
*
Add an interface for cryptographic operations
Damien Caliste
2018-10-24
1
-1
/
+76
*
[qmf] onlineMoveFolder API + IMAP implementation
Michael Nosov
2018-08-23
1
-0
/
+8
*
[qmf] IMAP: handle errors for Create/Rename/Delete online folder actions
Michael Nosov
2018-08-23
1
-13
/
+15
*
[qmf] IMAP: '\\Junk' folder flag shall not be ignored
Michael Nosov
2018-08-06
1
-14
/
+21
*
[qmf] IMAP: encode folder name with non-US characters
Michael Nosov
2018-08-03
1
-121
/
+2
*
[qmf] IMAP: avoid creation of folders with empty names during sync
Michael Nosov
2018-07-20
1
-1
/
+4
*
ImapClient: Fix build with QT_NO_SSL.
Robin Burchell
2015-08-28
1
-2
/
+5
*
Update licensing to match latest approach in QtCore.
Robin Burchell
2015-08-28
1
-22
/
+14
*
Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...
Robin Burchell
2014-01-23
1
-1
/
+1
*
Update Qt 5 port to match latest release
Valerio Valerio
2013-04-19
1
-3
/
+3
*
Change to new-form Digia license headers.
Robin Burchell
2013-02-12
1
-24
/
+24
*
Fix regression introduced by last commit.
Valerio Valerio
2013-01-21
1
-3
/
+1
*
Set Inbox as standard folder for IMAP4 accounts.
testtag_16012013
Valerio Valerio
2013-01-16
1
-1
/
+12
*
Reduce battery drain when wrong password is entered by user.
Don Sanders
2012-05-15
1
-25
/
+16
*
Add diff block missing in previous commit.
Don Sanders
2012-05-15
1
-0
/
+11
*
Fix a bug where standard folder accounts settings got lost...
Don Sanders
2012-04-19
1
-3
/
+6
*
Ensure temporary files are deleted.
Don Sanders
2012-04-03
1
-0
/
+13
*
Fix arguments of alignedtimer, should be in seconds not ms.
Don Sanders
2012-04-03
1
-5
/
+7
*
Remove unnecessary call to upateAccount
Don Sanders
2012-03-29
1
-2
/
+1
*
Use QAlignedTimer with a 1 min interval for sending imap idle done
Don Sanders
2012-03-23
1
-0
/
+15
*
Set the imap idle connection readbuffer size correctly
Don Sanders
2012-03-20
1
-1
/
+1
[next]