Connection Library. More...
#include "config.h"
#include "connaccount.h"
#include "connection.h"
#include "sasl_plain.h"
#include "socket.h"
#include "zstrm.h"
Go to the source code of this file.
Functions | |
int | mutt_ssl_starttls (struct Connection *conn) |
Negotiate TLS over an already opened connection. | |
int | getdnsdomainname (struct Buffer *result) |
Lookup the host's name using DNS. | |
Connection Library.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file lib.h.
int mutt_ssl_starttls | ( | struct Connection * | conn | ) |
Negotiate TLS over an already opened connection.
conn | Connection to a server |
0 | Success |
-1 | Error |
Definition at line 1145 of file gnutls.c.
int getdnsdomainname | ( | struct Buffer * | result | ) |
Lookup the host's name using DNS.
result | Buffer were result of the domain name lookup will be stored |
0 | Success |
-1 | Error |
Definition at line 124 of file getdomain.c.