quoted-printable.c revision 971f89b14c748f2338091c82ad377e93c58598c6
/* Copyright (c) 2002-2015 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "buffer.h"
#include "hex-binary.h"
#include "quoted-printable.h"
{
char hexbuf[3];
next = 0;
continue;
next++;
continue;
}
break;
/* =<hex> */
src_pos += 2;
} else {
/* non-hex data, show as-is */
}
}
return errors ? -1 : 0;
}