client.h revision afd0a4b74b14ba4d01175ab13fc5eeedff1e8b06
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenvoid client_destroy(struct pop3_client *client, const char *reason);
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenvoid client_destroy_success(struct pop3_client *client, const char *reason);
d9b73f3eb3d5f608dfd438cee89ce2b27547173fTimo Sirainenvoid client_destroy_internal_failure(struct pop3_client *client);
00bde9ae9eab9e720462bf6ec9a4dd85e88c3bbfTimo Sirainenvoid client_send_line(struct pop3_client *client, const char *line);