diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-10-19 22:51:13 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-10-19 22:51:13 +0000 |
commit | 9ef647242d5bd8185aaa5337527dc03ffc8a6611 (patch) | |
tree | 86e8db27d224f87a3e478075234fa1ff7ee192bc /fetchmail.h | |
parent | 2dd8978a497a9a932c38fc1223ebf2c4ab55f49a (diff) | |
download | fetchmail-9ef647242d5bd8185aaa5337527dc03ffc8a6611.tar.gz fetchmail-9ef647242d5bd8185aaa5337527dc03ffc8a6611.tar.bz2 fetchmail-9ef647242d5bd8185aaa5337527dc03ffc8a6611.zip |
Add RFC-2047 encoder for internationalized mail warnings.
svn path=/trunk/; revision=3948
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 07b7978b..6de7cf8a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -654,6 +654,7 @@ int is_host_alias(const char *, struct query *); char *host_fqdn(void); char *rfc822timestamp(void); flag isafile(int); +char *rfc2047e(const char*, const char *); void yyerror(const char *); int yylex(void); |