summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapsettings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite logging with QLoggingCategoryDamien Caliste2025-06-131-2/+3
| | | | | | | | | Replace the custom logging mechanism with QLoggingCategory. Also declare the warnings with the proper category. Change-Id: If87d53d27ea0c65abd434af9f99fe49ce634d6dd Reviewed-by: Pekka Vuorela <[email protected]>
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-6/+6
| | | | | | | Change-Id: Iebfffe7a6d5b2db40f0508ecd7c8ccddfa6665a6 Reviewed-by: Damien Caliste <[email protected]> Reviewed-by: <[email protected]> Reviewed-by: Pekka Vuorela <[email protected]>
* Mark overridden methods with keywordPekka Vuorela2023-12-141-1/+1
| | | | | | | | | | | | | Avoiding a lot of compiler noise from -Wsuggest-override. Also removed the now even reduntant virtual keywords on overridden methods as per qt coding conventions. And wrapped some overly long lines touched by the changes. Change-Id: I4e7febfa9554dfa7f366a1aabba6133a9f6c5614 Reviewed-by: Matthew Vogt <[email protected]> Reviewed-by: Damien Caliste <[email protected]> Reviewed-by: Christopher Adams <[email protected]>
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-191-1/+1
| | | | | Change-Id: I67eb29e13c5e643ee2f58a0696400e085999c01c Reviewed-by: Matthew Vogt <[email protected]>
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
| | | | | Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676 Reviewed-by: Simon Hausmann <[email protected]>
* Replace QT_NO_OPENSSL with QT_NO_SSL.Robin Burchell2014-05-131-4/+4
| | | | | | | | | | | | | | 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 <[email protected]> Reviewed-by: Valerio Valerio <[email protected]>
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
| | | | | Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6 Reviewed-by: Lars Knoll <[email protected]>
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
| | | | Remove obsolete pre-release clause.
* Handle case of unsetting standard folder in imapsettings dialog.Don Sanders2011-05-231-0/+5
|
* Implement Login, Plain, and Cram-MD5 SASL authentication for IMAP protocol ↵Don Sanders2010-11-101-0/+5
| | | | plugin, update UI
* Fixes: QMF depends on libQtGui.so.4Don Sanders2010-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | Task: NB#175678 Details: Patch from Linc for NB#175678 Remove the QtGui dependency from both libs, all messageserver plugins and messageserver itself. The libqtopiamail patch changes the model to return QString instead of QIcon so code using QMailMessageModelBase may need to be updated (see the change to qtmail for an example). The second patch removes message service editors via an ifdef. To enable this patch you must run qmake with an extra argument. eg. qmake -r qmf.pro DEFINES+=QMF_NO_MESSAGE_SERVICE_EDITOR
* Fix setting IMAP standard folders with multiple accountsEric Springer2010-07-231-26/+27
|
* Update license files, so they are the same as Qt.Don Sanders2010-06-291-16/+16
| | | | | | | | Specifically remove out dated "or the Beta Release License Agreement" text. Remove redundant GPL paragaph. Update copyright to 2010.
* Silence complaints when creating IMAP account without standard foldersAleksW2010-05-191-18/+24
|
* Make IMAP update the folder properties for standard foldersespringe2010-04-231-4/+15
|
* Make IMAP exclusively use the standard folders, instead of having its own2010W17espringe2010-04-231-29/+16
|
* Use QMailAccounts standard folders as the definitive oneespringe2010-04-221-8/+46
|
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-1/+1
| | | | from QMF.
* Account settings improvements.AleksW2010-03-021-1/+1
|
* When push email is enabled default to monitoring INBOX mailbox.Don Sanders2010-01-081-0/+2
| | | | | Fix a small bug with 'push folder' label not being disabled/enabled correctly.
* Remove spurious warning and comment.Don Sanders2010-01-061-2/+0
|
* Change the IMAP Plugin configuration class to store a list of pushDon Sanders2010-01-061-1/+184
| | | | | | | | enabled mailboxes. Additionally change the IMAP Plugin GUI settings class to enable the user to select mailboxes to push enable. (List of push enabled mailboxes is not yet actually used by the network code, that will be done next).
* Add support for accounts (dis)allowing creating foldersEric Springer2010-01-051-0/+1
|
* Remove instances of 'Qt Software' from copyright info.MattV2009-11-231-1/+1
|
* Allow IMAP special directories to be cleared.MattV2009-08-061-4/+26
|
* Allow Junk folder to be configured for IMAP.MattV2009-06-261-0/+10
|
* Allow IMAP settings to configure standard folder paths.MattV2009-06-241-3/+66
|
* Update copyright header.2009W23MattV2009-06-051-3/+34
|
* Fixes: Don't disable interval checking when push email is enabled.Don Sanders2009-05-051-12/+0
| | | | Details: Push email and interval checking options should be independent.
* Allow IMAP interval checking to be enabled.MattV2009-04-061-6/+13
|
* Default to prefer HTML content (since we prefer to display HTML over text).MattV2009-03-181-1/+1
|
* Allow the preferred text subtype of multiple alternatives to be specified.MattV2009-03-171-0/+3
|
* Fixes: Allow the intervalPeriod to be changed, for some reason the spinbox ↵Don Sanders2009-03-121-7/+1
| | | | | | | | had been permanently disabled. Also removed the logic that disabled interval checking when push email was enabled (and vice versa). It has become apparent that IMAP IDLE has a limitation in that it only checks one folder per connection (e.g. the INBOX), so unfortunately there is still a use case for using interval checking and IMAP IDLE together. This will change if we (and IMAP server developers) implement support for IMAP NOTIFY, the successor to IDLE.
* Remove ifdef'd QMAIL_QTOPIA code. Add missing testdata.Aleks Wojcik2009-03-051-8/+0
|
* Inital commit of QMF qt.Aleks Wojcik2009-03-051-0/+181