On 08/17/2016 09:50 PM, Rimas Kudelis wrote:
is there an official way to QP-encode and QP-decode a text string from within a RoundCube plugin?
Use PHP functions quoted_printable_encode()/quoted_printable_decode().
There's also rcube_mime::decode_header() but only for decoding.