I am using the Ruby mail library https://github.com/mikel/mail/
I am looking for a solution to decode Quoted-printable strings (using this library or natives Ruby function)
My Ruby version is ruby 1.9.2p294
Any solution in Javascript from client side is also good.
Any clue?