Open postmodern opened 5 months ago
Hey. Great work with Ronin. I'd be glad to work on this issue.
@zzJZzz feel free to send a PR for this. While we're in the middle of beta-testing Ronin 2.1.0, I could still release a 2.0.6 bug fix release and rebase the 2.1.0 branch so the next 2.1.0.rc
has the missing option included as well.
@zzJZzz I have now added String#smtp_encode
, String#smtp_decode
, String#smtp_escape
, and String#smtp_unescape
methods that are just aliases to the String#quoted_printable_*
methods (email message bodies are encoded using Quoted Printable encoding, so "SMTP encoding" = Quoted Printable). I have also created a new 2.2.0 branch which bundles in the ronin-support
1.2.0 branch.
Moving this issue to the 2.2.0 milestone, since it requires ronin-support
1.2.0.
The
ronin unescape
command is missing the--smtp
option.