
Go to the source code of this file.
Classes | |
| struct | upload_status |
Macros | |
| #define | CC "<info@example.com>" |
| #define | FROM "<sender@example.com>" |
| #define | MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 |
| #define | TO "<recipient@example.com>" |
Functions | |
| int | main (void) |
| static size_t | payload_source (void *ptr, size_t size, size_t nmemb, void *userp) |
| static long | tvdiff (struct timeval newer, struct timeval older) |
| static struct timeval | tvnow (void) |
Variables | |
| static const char * | payload_text [] |
| #define CC "<info@example.com>" |
Definition at line 40 of file smtp-multi.c.
| #define FROM "<sender@example.com>" |
Definition at line 38 of file smtp-multi.c.
| #define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 |
Definition at line 42 of file smtp-multi.c.
| #define TO "<recipient@example.com>" |
Definition at line 39 of file smtp-multi.c.
| int main | ( | void | ) |
Definition at line 103 of file smtp-multi.c.
Definition at line 64 of file smtp-multi.c.
Definition at line 97 of file smtp-multi.c.
|
static |
Definition at line 86 of file smtp-multi.c.
|
static |
Definition at line 44 of file smtp-multi.c.