mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
sources from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// SMTPClientSession.h
|
||||
//
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SMTPClientSession.h#1 $
|
||||
// $Id: //poco/1.3/Net/include/Poco/Net/SMTPClientSession.h#2 $
|
||||
//
|
||||
// Library: Net
|
||||
// Package: Mail
|
||||
@@ -94,6 +94,15 @@ public:
|
||||
void login();
|
||||
/// Calls login(hostname) with the current host name.
|
||||
|
||||
void open();
|
||||
/// Reads the initial response from the SMTP server.
|
||||
///
|
||||
/// Usually called implicitly through login(), but can
|
||||
/// also be called explicitly to implement different forms
|
||||
/// of SMTP authentication.
|
||||
///
|
||||
/// Does nothing if called more than once.
|
||||
|
||||
void close();
|
||||
/// Sends a QUIT command and closes the connection to the server.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user