From 0a08cfdbc50df7a5a0f74768025a2019bc80929d Mon Sep 17 00:00:00 2001 From: cketti Date: Sat, 9 Mar 2019 01:35:01 +0100 Subject: [PATCH] Remove POP3 settings from providers.xml --- app/ui/src/main/res/xml/providers.xml | 33 +++------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/app/ui/src/main/res/xml/providers.xml b/app/ui/src/main/res/xml/providers.xml index 1f9eaa2a4..72a0ce86c 100644 --- a/app/ui/src/main/res/xml/providers.xml +++ b/app/ui/src/main/res/xml/providers.xml @@ -40,11 +40,6 @@ imap+ssl+ IMAP with required SSL transport security. If SSL is not available the connection fails. - pop3+tls+ POP3 with required TLS transport security. - If TLS is not available the connection fails. - pop3+ssl+ POP3 with required SSL transport security. - If SSL is not available the connection fails. - Valid outgoing uri schemes are: smtp+tls+ SMTP with required TLS transport security. If TLS is not available the connection fails. @@ -53,8 +48,8 @@ The URIs should be full templates for connection, including a port if the service uses a non-default port. The default ports are as follows: - imap+tls+ 143 pop3+tls+ 110 smtp+tls+ 587 - imap+ssl+ 993 pop3+ssl+ 995 smtp+ssl+ 465 + imap+tls+ 143 smtp+tls+ 587 + imap+ssl+ 993 smtp+ssl+ 465 The username attribute is used to supply a template for the username that will be presented to the server. This username is built from a @@ -66,7 +61,7 @@ $user - the value before the @ sign in the email address the user entered $domain - the value after the @ sign in the email address the user entered - The username attribute MUST be specified for the incoming element, so the POP3 or IMAP + The username attribute MUST be specified for the incoming element, so the IMAP server can identify the mailbox to be opened. The username attribute MAY be the empty string for the outgoing element, but only if the @@ -101,10 +96,6 @@ - - - - @@ -133,10 +124,6 @@ - - - - @@ -271,10 +258,6 @@ - - - - @@ -472,16 +455,6 @@ - - - - - - - - - -