Added remark

pull/194/merge
M66B 4 years ago
parent 4559495774
commit 8a63c66f47

@ -935,6 +935,7 @@ public class MessageHelper {
sb.append(' '); sb.append(' ');
flowed.add(sb.toString()); flowed.add(sb.toString());
// https://tools.ietf.org/html/rfc3676#section-4.5
int i = 0; int i = 0;
if (sb.length() > 0 && sb.charAt(0) == '>') { if (sb.length() > 0 && sb.charAt(0) == '>') {
i++; i++;

Loading…
Cancel
Save