mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-09 20:58:05 -05:00
Force encoding in message create thread
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2252 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
77f9c8e5ad
commit
2d31c523cd
@ -61,7 +61,7 @@ public class MessageCreateThread extends Thread {
|
|||||||
LOGGER.debug("Still loading message, send capabilities untagged response to avoid timeout");
|
LOGGER.debug("Still loading message, send capabilities untagged response to avoid timeout");
|
||||||
try {
|
try {
|
||||||
LOGGER.debug("* "+capabilities);
|
LOGGER.debug("* "+capabilities);
|
||||||
outputStream.write(("* "+capabilities).getBytes());
|
outputStream.write(("* "+capabilities).getBytes("ASCII"));
|
||||||
outputStream.write((char) 13);
|
outputStream.write((char) 13);
|
||||||
outputStream.write((char) 10);
|
outputStream.write((char) 10);
|
||||||
outputStream.flush();
|
outputStream.flush();
|
||||||
|
Loading…
Reference in New Issue
Block a user