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