ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
struct | smtp_reply_T |
Macros | |
#define | __ZE_SMTP_DIVERS_H |
Typedefs | |
typedef struct smtp_reply_T | smtp_reply_T |
Functions | |
time_t | header_date2secs (char *date) |
char * | extract_email_address (char *, char *, size_t) |
char * | extract_host_from_email_address (char *, char *, size_t) |
int | jc_string2reply (smtp_reply_T *, char *) |
bool | jc_fill_reply (smtp_reply_T *, char *, char *, char *, int) |
void | jc_reply_free (smtp_reply_T *) |
#define __ZE_SMTP_DIVERS_H |
Definition at line 45 of file ze-smtp-divers.h.
typedef struct smtp_reply_T smtp_reply_T |
char* extract_email_address | ( | char * | , |
char * | , | ||
size_t | |||
) |
Definition at line 128 of file ze-smtp-divers.c.
char* extract_host_from_email_address | ( | char * | , |
char * | , | ||
size_t | |||
) |
Definition at line 175 of file ze-smtp-divers.c.
time_t header_date2secs | ( | char * | date | ) |
Definition at line 41 of file ze-smtp-divers.c.
bool jc_fill_reply | ( | smtp_reply_T * | , |
char * | , | ||
char * | , | ||
char * | , | ||
int | |||
) |
Definition at line 365 of file ze-smtp-divers.c.
void jc_reply_free | ( | smtp_reply_T * | ) |
Definition at line 406 of file ze-smtp-divers.c.
int jc_string2reply | ( | smtp_reply_T * | , |
char * | |||
) |
Definition at line 236 of file ze-smtp-divers.c.