mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
removed comma after AUTH_LOGIN
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
|||||||
{
|
{
|
||||||
AUTH_NONE,
|
AUTH_NONE,
|
||||||
AUTH_CRAM_MD5,
|
AUTH_CRAM_MD5,
|
||||||
AUTH_LOGIN,
|
AUTH_LOGIN
|
||||||
};
|
};
|
||||||
|
|
||||||
SMTPClientSession(const StreamSocket& socket);
|
SMTPClientSession(const StreamSocket& socket);
|
||||||
|
|||||||
Reference in New Issue
Block a user