Lines Matching refs:from
205 * also detects various capabilities from the EHLO response including the
249 * Gets the authentication message from the response buffer.
308 infof(data, "SMTP %p state change from %s to %s",
599 char *from = NULL;
630 from = aprintf("<%s@%s>", address, host.name);
637 from = aprintf("<%s>", address);
643 from = strdup("<>");
645 if(!from)
659 free(from);
687 free(from);
713 free(from);
721 /* Read from mime structure. */
731 free(from);
758 from, /* Mandatory */
766 free(from);
1212 /* Read the response from the server */
1277 /* Called repeatedly until done from multi.c */
1414 /* Calculate the EOB taking into account any terminating CRLF from the
1556 * Disconnect from an SMTP server. Cleanup protocol-specific per-connection
1575 /* Disconnect from the server */
1601 /* Called from multi.c while DOing */
1801 /* Extract the host name from the address (if we can) */
1815 /* Extract the local address from the mailbox */
1907 /* Upload from the new (replaced) buffer instead */