Added FAQ

This commit is contained in:
M66B
2022-01-08 12:32:05 +01:00
parent afeb809c53
commit 5df5077ba5
2 changed files with 23 additions and 0 deletions

View File

@@ -2128,6 +2128,7 @@ public class MessageHelper {
return null;
}
// https://datatracker.ietf.org/doc/html/rfc3848
// https://www.iana.org/assignments/mail-parameters/mail-parameters.txt
String with = kv.get("with").toString();
int w = with.indexOf(' ');