ADD: some more information to the headers injected into the emails by hermes

This commit is contained in:
ps 2014-06-28 16:46:04 +00:00
parent 0b0c956dd5
commit 53acbb57c8
5 changed files with 36 additions and 3 deletions

View file

@ -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
*