mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Added doc link
This commit is contained in:
parent
1078a949f2
commit
582f94f8c2
1 changed files with 1 additions and 0 deletions
|
@ -531,6 +531,7 @@ public class EmailProvider {
|
||||||
@NonNull
|
@NonNull
|
||||||
private static EmailProvider fromTemplate(Context context, String domain, Discover discover)
|
private static EmailProvider fromTemplate(Context context, String domain, Discover discover)
|
||||||
throws ExecutionException, InterruptedException, UnknownHostException {
|
throws ExecutionException, InterruptedException, UnknownHostException {
|
||||||
|
// https://tools.ietf.org/html/rfc8314
|
||||||
Server imap = null;
|
Server imap = null;
|
||||||
Server smtp = null;
|
Server smtp = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue