Added doc link

This commit is contained in:
M66B 2020-01-26 19:39:03 +01:00
parent 1078a949f2
commit 582f94f8c2
1 changed files with 1 additions and 0 deletions

View File

@ -531,6 +531,7 @@ public class EmailProvider {
@NonNull
private static EmailProvider fromTemplate(Context context, String domain, Discover discover)
throws ExecutionException, InterruptedException, UnknownHostException {
// https://tools.ietf.org/html/rfc8314
Server imap = null;
Server smtp = null;