lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #8490] SMTP mods to use a data handler for BODY


From: Sergio R. Caprile
Subject: [lwip-devel] [patch #8490] SMTP mods to use a data handler for BODY
Date: Fri, 27 Jun 2014 17:16:35 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #1, patch #8490 (project lwip):

... and for completeness:

--- b/apps/smtp/smtp.c
+++ b/apps/smtp/smtp.c
@@ -107,6 +107,11 @@
 #define SMTP_SUPPORT_AUTH_LOGIN 1
 #endif

+/** Set this to 1 to enable data handler callback on BODY */
+#ifndef SMTP_BODYDH
+#define SMTP_BODYDH             1
+#endif
+
 /** TCP poll interval. Unit is 0.5 sec. */
 #define SMTP_POLL_INTERVAL      4
 /** TCP poll timeout while sending message body, reset after every



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?8490>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]