Searched refs:sent_callback (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-smtp/
H A Dsmtp-client-private.h41 void (*sent_callback)(void *context); member in struct:smtp_client_command
H A Dsmtp-client-command.c394 cmd->sent_callback = callback;
416 if (cmd->sent_callback != NULL) {
417 cmd->sent_callback(cmd->sent_context);
418 cmd->sent_callback = NULL;

Completed in 10 milliseconds