diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
| commit | a6163888f3c56123b1db313743c6147ba498732c (patch) | |
| tree | ff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/uip-1.0/apps/smtp/smtp-strings | |
| parent | c3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff) | |
Add third_party libs
Diffstat (limited to 'third_party/uip-1.0/apps/smtp/smtp-strings')
| -rw-r--r-- | third_party/uip-1.0/apps/smtp/smtp-strings | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/uip-1.0/apps/smtp/smtp-strings b/third_party/uip-1.0/apps/smtp/smtp-strings new file mode 100644 index 0000000..5f9b72c --- /dev/null +++ b/third_party/uip-1.0/apps/smtp/smtp-strings @@ -0,0 +1,11 @@ +smtp_220 "220"
+smtp_helo "HELO "
+smtp_mail_from "MAIL FROM: "
+smtp_rcpt_to "RCPT TO: "
+smtp_data "DATA\r\n"
+smtp_to "To: "
+smtp_from "From: "
+smtp_subject "Subject: "
+smtp_quit "QUIT\r\n"
+smtp_crnl "\r\n"
+smtp_crnlperiodcrnl "\r\n.\r\n"
\ No newline at end of file |
