Commit 4707548a authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

inetcomm: Implement IPOP3Transport::Disconnect.

parent 0fce856d
......@@ -359,8 +359,8 @@ static HRESULT WINAPI POP3Transport_HandsOffCallback(IPOP3Transport *iface)
static HRESULT WINAPI POP3Transport_Disconnect(IPOP3Transport *iface)
{
FIXME("()\n");
return E_NOTIMPL;
TRACE("()\n");
return IPOP3Transport_CommandQUIT(iface);
}
static HRESULT WINAPI POP3Transport_DropConnection(IPOP3Transport *iface)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment