I18N: add a utf8_downconvert option to the smtp transport. Bug 2248
[exim.git] / src / src / transports / smtp.h
index 34c49d930a782bd68fddf645ce485cfa93610aa4..df9644377035bda18d69097537296900d36be077 100644 (file)
@@ -88,6 +88,9 @@ typedef struct {
   uschar *tls_try_verify_hosts;
   uschar *tls_verify_cert_hostnames;
 #endif
+#ifdef SUPPORT_I18N
+  uschar *utf8_downconvert;
+#endif
 #ifndef DISABLE_DKIM
   struct ob_dkim dkim;
 #endif