Lines Matching refs:utf8
539 bool utf8 = FALSE; in smtp_perform_command() local
554 utf8 = (conn->proto.smtpc.utf8_supported) && in smtp_perform_command()
564 utf8 ? " SMTPUTF8" : ""); in smtp_perform_command()
572 utf8 = (conn->proto.smtpc.utf8_supported) && in smtp_perform_command()
579 utf8 ? " SMTPUTF8" : ""); in smtp_perform_command()
612 bool utf8 = FALSE; in smtp_perform_mail() local
628 utf8 = (conn->proto.smtpc.utf8_supported) && in smtp_perform_mail()
668 if((!utf8) && (conn->proto.smtpc.utf8_supported) && in smtp_perform_mail()
671 utf8 = TRUE; in smtp_perform_mail()
738 if(conn->proto.smtpc.utf8_supported && !utf8) { in smtp_perform_mail()
742 while(rcpt && !utf8) { in smtp_perform_mail()
745 utf8 = TRUE; in smtp_perform_mail()
764 utf8 ? " SMTPUTF8" /* Internationalised mailbox */ in smtp_perform_mail()