Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus base64 encoding incoming binary attachment
@ 2004-01-19 23:05 Peter Lee
  2004-01-19 23:40 ` Jesper Harder
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Lee @ 2004-01-19 23:05 UTC (permalink / raw)


I was recently sent a license key (binary file) for some software and
when I received it, the key was base64 encoded and inserted at the
bottom of the original message instead of as an attachment that I
could save.

<snip>
Ascii part of original message.
</snip>
------=_NextPart_000_8332_2241A0040.81D9D7900
Content-Disposition: attachment;
	filename="LICENSE.KEY"
Content-Type: application/octet-stream;
	name="LICENSE.KEY"
Content-Transfer-Encoding: base64

<snip>
base64 encoded key
</snip>

------=_NextPart_000_8332_2241A0040.81D9D7900--


Is there a way to decode and save this portion of the message to a
file ?

TIA.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnus base64 encoding incoming binary attachment
  2004-01-19 23:05 gnus base64 encoding incoming binary attachment Peter Lee
@ 2004-01-19 23:40 ` Jesper Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Harder @ 2004-01-19 23:40 UTC (permalink / raw)


Peter Lee <pete_lee@swbell.net> writes:

> I was recently sent a license key (binary file) for some software and
> when I received it, the key was base64 encoded and inserted at the
> bottom of the original message instead of as an attachment that I
> could save.
>
> Is there a way to decode and save this portion of the message to a
> file ?

`W 6' (gnus-article-de-base64-unreadable) might work.

Otherwise you could mark the base64-encoded region and do `M-x
base64-decode-region'.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-19 23:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-19 23:05 gnus base64 encoding incoming binary attachment Peter Lee
2004-01-19 23:40 ` Jesper Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).