Skip to content

Instantly share code, notes, and snippets.

View tpanum's full-sized avatar

Thomas Kobber Panum tpanum

View GitHub Profile
Erlang R15B03 (erts-5.9.3.1) [source] [64-bit] [smp:2:2] [async-threads:0] [hipe] [kernel-poll:false] [dtrace]
Eshell V5.9.3.1 (abort with ^G)
1> {ok, Bin}=file:read_file("test2.eml").
{ok,<<"Return-Path: <tpanum08@student.aau.dk>\nX-Original-To: thomas@bactr.com\nDelivered-To: thomas@bactr.com\nReceiv"...>>}
2> mimemail:decode(Bin).
{<<"text">>,<<"plain">>,[],
[{<<"content-type-params">>,
[{<<"charset">>,<<"us-ascii">>}]},
{<<"disposition">>,<<"inline">>},