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. -- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail Developer [http://roundcube.net] --------------------------------------------------- PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ Roundcube Development discussion mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/dev
