diff --git a/src/settings/sieveeditorglobalconfig.kcfg b/src/settings/sieveeditorglobalconfig.kcfg index baebcd7..c500f58 100644 --- a/src/settings/sieveeditorglobalconfig.kcfg +++ b/src/settings/sieveeditorglobalconfig.kcfg @@ -1,18 +1,18 @@ - + true false diff --git a/src/ui/serversievesettings.ui b/src/ui/serversievesettings.ui index f7bcdcf..696335e 100644 --- a/src/ui/serversievesettings.ui +++ b/src/ui/serversievesettings.ui @@ -1,426 +1,426 @@ ServerSieveSettings 0 0 515 510 0 0 0 0 0 Sieve Settings Server Name: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter true Username: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter true Password: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter The server port changed when ManageSieve turned into a full RFC Standard. Old server implementations still use port 2000, while newer standard conform server can only be accessed via port 4190. true Port: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 1 65536 4190 Authentication: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter IMAP Settings IMAP settings is necessary if you want to be able to list folders from server. - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "https://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'HandelGotDLig'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">SSL/TLS</span><span style=" font-family:'Sans Serif';"> is safe IMAP over port 993;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">STARTTLS</span><span style=" font-family:'Sans Serif';"> will operate on port 143 and switch to a secure connection directly after connecting;</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-weight:600;">None</span><span style=" font-family:'Sans Serif';"> will connect to port 143 but not switch to a secure connection. This setting is not recommended.</span></p></body></html> Connection Settings true false Auto Detect QFormLayout::ExpandingFieldsGrow Encryption: None true safeImapGroup SSL/TLS safeImapGroup STARTTLS safeImapGroup Port: 1 65534 143 Authentication: Clear text LOGIN PLAIN CRAM-MD5 DIGEST-MD5 NTLM GSSAPI Anonymous Alternate Server true false Server Name: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter true Username: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter true Password: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 75 true Empty Qt::AlignCenter true 24 Qt::Vertical 20 40 KPasswordLineEdit QWidget
kpasswordlineedit.h
serverName userName password port authenticationCombo