From f77a4eaa0c360870aa4cb7714203cbcec93f5d20 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 18 Mar 1998 18:10:41 +0000 Subject: Fix IMAP password shrouding. svn path=/trunk/; revision=1712 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 3c3246ab..4f01557d 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -208,6 +208,7 @@ struct method flag tagged; /* if true, generate & expect command tags */ flag delimited; /* if true, accept "." message delimiter */ int (*parse_response)(); /* response_parsing function */ + int (*password_canonify)(); /* canonicalize password */ int (*getauth)(); /* authorization fetcher */ int (*getrange)(); /* get message range to fetch */ int (*getsizes)(); /* get sizes of messages */ -- cgit v1.2.3