Help me open an Apple Mail attachment on my Windows PC.
January 7, 2008 11:16 AM Subscribe
Help me open an Apple Mail attachment on my Windows PC.
OK, a bunch of you are going to think that this has been answered before, but to the best of my ability I could not find a pointer to this exact problem.
I have a super important E-mail attachment which I received from a Apple user who used Apple Mail. The attachment arrived in my gmail as "noname" when really it should have been "proposal.doc". I've tried opening this attachment both on a Mac and a PC and both just show it as:
--Apple-Mail-10-226900443
Content-Transfer-Encoding: base64
Content-Type: application/applefile;
name=proposal.doc
Content-Disposition: attachment;
filename="proposal.doc"
AAUWBwACAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAJAAAAPgAAAAoAAAADAAAASAAAAB0AAAACAAAA
ZQAAAR5XOEJOTVNXRAAAUGxhc3RpYyBTdGFyZmlzaCBwcm9wb3NhbC5kb2MAAAEAAAABAAAAAAAA
AAAeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAHgB209gCbAAAABwAHv//
--Apple-Mail-10-226900443
Content-Transfer-Encoding: base64
Content-Id:
Content-Type: application/octet-stream;
x-mac-type=5738424E;
x-unix-mode=0644;
x-mac-creator=4D535744;
name=proposal.doc
Content-Disposition: attachment;
filename="proposal.doc"
0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAAbwAAAAAAAAAA.. (tons of garbage)...
--Apple-Mail-10-226900443--
Now, I've tried a bunch of stuff before resorting to askmefi. I've tried saving the file locally and renaming it. I've tried stripping the first part of the encoding (the Windows friendly fix thing, but that still didn't work and that wasn't the problem in the first place because I couldn't the file on a Mac either). I just don't know what else to try, but I'm desperate because without this attachment I lose a full day of productivity.
posted by analogue to computers & internet (6 answers total)
It appears to be base64 encoded. There is a command line utility on GNU/Linux (and Cygwin) to decode base64 called, oddly enough, 'base64'.
posted by kableh at 11:27 AM on January 7, 2008