mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Added provider documentation
This commit is contained in:
@@ -161,6 +161,9 @@ public class EmailProvider implements Parcelable {
|
||||
provider.useip = xml.getAttributeBooleanValue(null, "useip", true);
|
||||
provider.appPassword = xml.getAttributeBooleanValue(null, "appPassword", false);
|
||||
provider.link = xml.getAttributeValue(null, "link");
|
||||
String documentation = xml.getAttributeValue(null, "documentation");
|
||||
if (documentation != null)
|
||||
provider.documentation = new StringBuilder(documentation);
|
||||
provider.type = xml.getAttributeValue(null, "type");
|
||||
String user = xml.getAttributeValue(null, "user");
|
||||
if ("local".equals(user))
|
||||
|
||||
@@ -161,6 +161,7 @@
|
||||
</provider>
|
||||
<provider
|
||||
name="Posteo.de"
|
||||
documentation="Please check if <a href="https://posteo.de/en/help/activating-additional-email-account-protection">additional email account protection</a> isn't enabled"
|
||||
domain="posteo\\..*"
|
||||
link="https://posteo.de/en/help/how-do-i-set-up-posteo-in-an-email-client-pop3-imap-and-smtp">
|
||||
<imap
|
||||
@@ -175,6 +176,7 @@
|
||||
<provider
|
||||
name="free.fr"
|
||||
appPassword="true"
|
||||
documentation="SMTP est désactivé par défaut, veuillez <a href="http://jc.etiemble.free.fr/abc/index.php/trucs-astuces/configurer-smtp-free-fr">voir ici</a> pour un guide détaillé"
|
||||
domain="free\\.fr"
|
||||
link="https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq157">
|
||||
<imap
|
||||
|
||||
Reference in New Issue
Block a user