diff src/pop3/capability.h @ 1059:d805c2f1d6a9 HEAD

Support for CAPA command (rfc2449).
author Timo Sirainen <tss@iki.fi>
date Thu, 30 Jan 2003 21:52:39 +0200
parents
children c6d327242fa6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pop3/capability.h	Thu Jan 30 21:52:39 2003 +0200
@@ -0,0 +1,13 @@
+#ifndef __POP3_CAPABILITY_H
+#define __POP3_CAPABILITY_H
+
+#define POP3_CAPABILITY_REPLY \
+	"CAPA\r\n" \
+	"TOP\r\n" \
+	"USER\r\n" \
+	"UIDL\r\n" \
+	"RESP-CODES\r\n"
+
+/* + SASL */
+
+#endif