Created
January 26, 2016 01:09
-
-
Save autarch/84a7a0e05bb3d3ebf79b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ perl -MCourriel::Builder -E 'say build_email( to( q{sástien.lambert@example.com} ), subject( q{Testing} ), from( q{autarch@urth.org} ), plain_body(q{Body}) )->as_string' | |
| To: =?UTF-8?B?c8ODwqFzdGllbi5sYW1iZXJ0QGV4YW1wbGUuY29t?= | |
| Subject: Testing | |
| From: autarch@urth.org | |
| Date: Tue, 26 Jan 2016 01:08:47 +0000 | |
| Message-Id: <14537705270.BD7FaFC0D.31134@houseabsolute.urth.org> | |
| MIME-Version: 1.0 | |
| Content-Type: text/plain; charset=UTF-8 | |
| Content-Transfer-Encoding: base64 | |
| Qm9keQ== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment