FormatEmailAddress  431 win32/sendmail.c 	FormatEmailAddress(PW32G(mail_buffer), RPath, "MAIL FROM:<%s>\r\n");
FormatEmailAddress  446 win32/sendmail.c 		FormatEmailAddress(PW32G(mail_buffer), token, "RCPT TO:<%s>\r\n");
FormatEmailAddress  467 win32/sendmail.c 			FormatEmailAddress(PW32G(mail_buffer), token, "RCPT TO:<%s>\r\n");
FormatEmailAddress  497 win32/sendmail.c 			FormatEmailAddress(PW32G(mail_buffer), token, "RCPT TO:<%s>\r\n");
FormatEmailAddress  522 win32/sendmail.c 			FormatEmailAddress(PW32G(mail_buffer), token, "RCPT TO:<%s>\r\n");
FormatEmailAddress  555 win32/sendmail.c 				FormatEmailAddress(PW32G(mail_buffer), token, "RCPT TO:<%s>\r\n");
FormatEmailAddress   50 win32/sendmail.h static int FormatEmailAddress(char* Buf, char* EmailAddress, char* FormatString);