Make MessageWrapper static

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2269 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2014-03-18 23:07:41 +00:00
parent 386d3dfee6
commit 501135092e
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ public class ImapConnection extends AbstractConnection {
sendClient("* " + currentFolder.recent + " RECENT");
}
class MessageWrapper {
static class MessageWrapper {
protected OutputStream os;
protected StringBuilder buffer;
protected ExchangeSession.Message message;