Fix for bug 15720, We need to tell the nsMsgLineBuffer which format of line break we will use. R=jefft,mscott
git-svn-id: svn://10.0.0.236/trunk@50189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -363,6 +363,7 @@ net_pop3_free_state(Pop3UidlHost* host)
|
||||
|
||||
nsPop3Protocol::nsPop3Protocol(nsIURI* aURL) : nsMsgLineBuffer(NULL, PR_FALSE)
|
||||
{
|
||||
SetLookingForCRLF(MSG_LINEBREAK_LEN == 2);
|
||||
Initialize(aURL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user