#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <errno.h>
#include <limits.h>
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/time.h>
Go to the source code of this file.
Data Structures | |
| struct | smtp_body_line |
| struct | smtp_header |
| struct | smtp_message |
Defines | |
| #define | _GNU_SOURCE |
| #define | ano_sockclose(fd) close(fd) |
| #define | ano_sockread(fd, buf, len) read(fd, buf, len) |
| #define | ano_sockwrite(fd, buf, len) write(fd, buf, len) |
| #define | SOCKET_ERROR -1 |
Typedefs | |
| typedef int | ano_socket_t |
Variables | |
| smtp_message | |
| int | smtp_debug = 0 |
| #define SOCKET_ERROR -1 |
| typedef int ano_socket_t |
| struct smtp_message mail |
Definition at line 125 of file smtp.h.
Referenced by do_sendpass(), do_sendregmail(), mail_cleanup(), MailBegin(), MailEnd(), MailMemoBegin(), MailRegBegin(), main(), smtp_add_body_line(), smtp_add_header(), smtp_connect(), smtp_disconnect(), smtp_read(), smtp_send(), smtp_send_email(), smtp_set_from(), and smtp_set_to().
| int smtp_debug = 0 |
1.5.1-20070107