ADD: some more information to the headers injected into the emails by hermes
This commit is contained in:
parent
0b0c956dd5
commit
53acbb57c8
5 changed files with 36 additions and 3 deletions
|
|
@ -153,6 +153,15 @@ Socket::~Socket()
|
|||
}
|
||||
|
||||
#ifdef HAVE_SSL
|
||||
|
||||
/**
|
||||
* is ssl enabled on the socket?
|
||||
*/
|
||||
bool Socket::is_ssl_enabled()
|
||||
{
|
||||
return ssl_enabled;
|
||||
}
|
||||
|
||||
/**
|
||||
* prepare ssl on the socket
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue