summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrederic Gobry <frederic.gobry@smartdata.ch>2003-02-07 14:13:28 +0000
committerFrederic Gobry <frederic.gobry@smartdata.ch>2003-02-07 14:13:28 +0000
commit66b677b3d15bc9c7f43eabca7fcea6bafa2532b7 (patch)
tree76e7cfac9324d73ddaed24e3927e41d517179f7b /include
parenta91e14002113123b7a7e33bf94590238a904a71c (diff)
downloadmailutils-66b677b3d15bc9c7f43eabca7fcea6bafa2532b7.tar.gz
mailutils-66b677b3d15bc9c7f43eabca7fcea6bafa2532b7.tar.bz2
implemented rfc2047 encoder
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/mime.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mailutils/mime.h b/include/mailutils/mime.h
index ea2ff67da..5916a7d97 100644
--- a/include/mailutils/mime.h
+++ b/include/mailutils/mime.h
@@ -44,6 +44,8 @@ int mime_get_message __P ((mime_t mime, message_t *msg));
int rfc2047_decode __P((const char *tocode, const char *fromstr,
char **ptostr));
+int rfc2047_encode __P((const char *charset, const char *encoding,
+ const char *text, char **result));
#ifdef __cplusplus
}

Return to:

Send suggestions and report system problems to the System administrator.