Accidentally introduced a bug for non-SSL POP accounts, which this fixes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19558 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -55,7 +55,7 @@ POP3Protocol::POP3Protocol(BMessage *settings, BMailChainRunner *status)
|
|||||||
POP3Protocol::~POP3Protocol()
|
POP3Protocol::~POP3Protocol()
|
||||||
{
|
{
|
||||||
#ifdef USESSL
|
#ifdef USESSL
|
||||||
if(use_ssl && ssl)
|
if( (use_ssl && ssl) || !use_ssl)
|
||||||
SendCommand("QUIT" CRLF);
|
SendCommand("QUIT" CRLF);
|
||||||
#else
|
#else
|
||||||
SendCommand("QUIT" CRLF);
|
SendCommand("QUIT" CRLF);
|
||||||
|
|||||||
Reference in New Issue
Block a user