"DTD/xhtml1-strict.dtd">
Module RMail::Utils
In: lib/rmail/utils.rb
Methods
base64_decode    quoted_printable_decode    unquote   
Public Class methods
unquote(str)

Return the given string unquoted if it is quoted.

base64_decode(str)

Decode the given string as if it were a chunk of base64 data

quoted_printable_decode(str)

Decode the given string as if it were a chunk of quoted printable data