1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 11:12:22 -05:00

IMAP: fix regression on unknown parameter handling

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@968 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-03-22 11:22:00 +00:00
parent 767f17d841
commit 24770e614e

View File

@ -646,9 +646,6 @@ public class ImapConnection extends AbstractConnection {
os.write(baos.toByteArray());
os.flush();
buffer.setLength(0);
} else {
throw new DavMailException("EXCEPTION_UNSUPPORTED_PARAMETER", param);
}
}
}