summaryrefslogtreecommitdiff
path: root/common/smtppass.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-11-26 23:03:27 +0000
committerStef Walter <stef@memberwebs.com>2004-11-26 23:03:27 +0000
commitfb796d7ae45604c7c5842d6111f3a5204eeb53e5 (patch)
treea11f47743d9482a682dc10fef6e12aecc39f5853 /common/smtppass.h
parent1c8ac60c3855a955dd9199d65d2f4d657b8ae806 (diff)
- Add XCLIENT support
- Ignore XCLIENT/XFORWARD commands coming from clients.
Diffstat (limited to 'common/smtppass.h')
-rw-r--r--common/smtppass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/smtppass.h b/common/smtppass.h
index 418686e..5522ca9 100644
--- a/common/smtppass.h
+++ b/common/smtppass.h
@@ -99,6 +99,7 @@ int spio_read_line(struct spctx* ctx, spio_t* io, int opts);
/* Write data to socket (must supply line endings if needed).
* Guaranteed to accept all data or fail. */
int spio_write_data(struct spctx* ctx, spio_t* io, const char* data);
+int spio_write_dataf(struct spctx* ctx, spio_t* io, const char* fmt, ...);
int spio_write_data_raw(struct spctx* ctx, spio_t* io, unsigned char* buf, int len);
/* Empty the given socket */