summaryrefslogtreecommitdiffstats
path: root/src/lib-mail/quoted-printable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-mail/quoted-printable.h')
-rw-r--r--src/lib-mail/quoted-printable.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib-mail/quoted-printable.h b/src/lib-mail/quoted-printable.h
new file mode 100644
index 0000000..2233912
--- /dev/null
+++ b/src/lib-mail/quoted-printable.h
@@ -0,0 +1,8 @@
+#ifndef QUOTED_PRINTABLE_H
+#define QUOTED_PRINTABLE_H
+
+/* Decode MIME "Q" encoding. */
+int quoted_printable_q_decode(const unsigned char *src, size_t src_size,
+ buffer_t *dest);
+
+#endif