Lines Matching defs:server
278 /** IP address or DNS name of the server to use for next SMTP request */
280 /** TCP port of the server to use for next SMTP request */
346 * @param server IP address (in ASCII representation) or DNS name of the server
349 smtp_set_server_addr(const char* server)
355 if (server != NULL) {
357 len = strlen(server);
363 MEMCPY(smtp_server, server, len);
398 * @param username login name as passed to the server
399 * @param pass password passed to the server together with username
572 * Send an email via the currently selected server, username and password.
683 * WARNING: server and authentication must stay untouched until this function has run!
1049 /** Parse last server response (in rx_buf) for supported authentication method,
1073 /* server supports AUTH PLAIN */
1090 /* server supports AUTH LOGIN */
1100 /* server didnt's send correct keywords for AUTH, try sending directly */
1401 /* nothing to do, wait for connection closed from server */