mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
Small improvement
This commit is contained in:
@@ -5853,8 +5853,8 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
private void flushBuffer() throws IOException {
|
||||
if (boundary != null && boundaries != 2)
|
||||
throw new IOException("Content boundaries=" + boundaries);
|
||||
if (boundary != null && boundaries < 1)
|
||||
throw new IOException("Signed part missing");
|
||||
if (buffer.size() > 0)
|
||||
writeBuffer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user