Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 13:41:38 -0800 (PST)
From:      Paul Herman <pherman@frenchfries.net>
To:        Zhihui Zhang <zzhang@cs.binghamton.edu>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Re-obtain the attachment in an email?
Message-ID:  <200111272141.fARLfcv57942@tick.sc.omation.com>
In-Reply-To: <Pine.SOL.4.21.0111271612390.9978-100000@onyx>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Nov 2001, Zhihui Zhang wrote:

> I am reading some postings in the archive. One of the postings I am
> reading now is like this:
>
> --------------010304000009040600000002
> Content-Type: application/gzip;
>  name="kmem.tar.gz"
> Content-Transfer-Encoding: base64
> Content-Disposition: inline;
>
> Content-Disposition: inline;
>  filename="kmem.tar.gz"
>

Openssl can do base64.  Just save the email into a file, and strip
all text just leaving the gibberish.  Then try:

  openssl enc -d -a < base64.file.txt > kmem.tar.gz

-Paul.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111272141.fARLfcv57942>