]> Pileus Git - ~andy/fetchmail/blobdiff - fetchmail.h
First cut at ODMR support.
[~andy/fetchmail] / fetchmail.h
index b70bd48ee9df3d435d73527ac64b691de1951e6e..ef6d4677d0f648d15ddc97996fa99bba14f38393 100644 (file)
@@ -17,6 +17,7 @@
 #define                P_IMAP_CRAM_MD5 9
 #define                P_IMAP_LOGIN    10
 #define                P_ETRN          11
+#define                P_ODMR          12
 
 #if INET6_ENABLE
 #define                SMTP_PORT       "smtp"
@@ -531,6 +532,7 @@ int is_host_alias(const char *, struct query *);
 char *host_fqdn(void);
 char *rfc822timestamp(void);
 flag isafile(int);
+int do_cram_md5 (int sock, struct query *ctl);
 
 void yyerror(const char *);
 int yylex(void);