From f55a7b58fb9e457fbf97b7da17208d8be0494a2d Mon Sep 17 00:00:00 2001
From: root <root@squid.(none)>
Date: Sat, 26 May 2012 20:32:11 -0700
Subject: [PATCH] 1539: Adds the option CURLOPT_MAIL_HELO to CURLoption

---
 include/curl/curl.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/curl/curl.h b/include/curl/curl.h
index 2cad282..453bdac 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1535,6 +1535,9 @@ typedef enum {
   /* set the SMTP auth originator */
   CINIT(MAIL_AUTH, OBJECTPOINT, 217),
 
+  /* set the SMTP HELO/EHLO string */ 
+  CINIT(MAIL_HELO, OBJECTPOINT, 218),
+
   CURLOPT_LASTENTRY /* the last unused */
 } CURLoption;
 
-- 
1.5.4.3

