moved the SMTP payload escape function into Curl_smtp_escape_eob and put
it in smtp.c
This commit is contained in:
@@ -62,4 +62,6 @@ extern const struct Curl_handler Curl_handler_smtps;
|
||||
#define SMTP_EOB_REPL "\x0d\x0a\x2e\x2e"
|
||||
#define SMTP_EOB_REPL_LEN 4
|
||||
|
||||
CURLcode Curl_smtp_escape_eob(struct connectdata *conn, int nread);
|
||||
|
||||
#endif /* __SMTP_H */
|
||||
|
||||
Reference in New Issue
Block a user