view src/lib-mail/quoted-printable.h @ 22588:041460202062

ostream-multiplex: Unreference stream parent Otherwise it won't get free'd.
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Mon, 09 Oct 2017 18:21:24 +0300
parents 780a8f4544ec
children
line wrap: on
line source

#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