mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-08 12:18:07 -05:00
SMTP: Fix DoubleDotInputStream pushback size
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1187 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
4131c0f505
commit
f51bc940cb
@ -34,7 +34,7 @@ public class DoubleDotInputStream extends PushbackInputStream {
|
|||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public DoubleDotInputStream(InputStream in) {
|
public DoubleDotInputStream(InputStream in) {
|
||||||
super(in, 3);
|
super(in, 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user