>Subject: SCOUG-Help: Message from Ecomstation...?
>
>I asked the Ecomstation site to send me a list of support tickets I had
>submitted and i got back an undecipherable message. Here is a partial
>sample of the text:
>
>=========================
>--b1_021b58be75052ca604ee2ce80a26fb76
>Content-Type: application/octet-stream; name="TicketList.html"
>Content-Transfer-Encoding: base64
>Content-Disposition: attachment; filename="TicketList.html"
>
>PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
>Ly9FTiI+CjxodG1sPgo8aGVhZD4KPHRpdGxlPmVDb21TdGF0aW9uIEhlbHBEZXNrIC0gSGVscCBE
>ZXNrPC90aXRsZT4KPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0
>===========================
>
>How do you read this?
>
>Martin
>
This is MIME base64 encoding, apparently something is messed up
with the the software either sending or recieving.
This is similar to uuencoding to make sure everything is
an ASCII character with no binary data.
But anyway, if you can find some appopriate tool you can convert
it back to straight text. It probably didn't to be base64
encoded being an html file.
If you can't find such a tool and have Perl installed
something along the lines of
perl -MMIME::Base64 -ne 'print decode_base64($_)' < your.input.file \
> your.output.file
(from the perl documentation for MIME::Base64) can decode it.
Python and Ruby have similar packages, and probably Rexx too,
but I don't recall the name of it.
A quick google turns up some tools base64 and b64 at
http://www.os2site.com/sw/internet/mail/misc/index.html
http://hobbes.nmsu.edu/cgi-bin/h-browse?sh=1&dir=//pub/os2/dev/rexx
S.L. can probably explain how to get your email client
configured properly to read the attachments.
Regards, Dallas E. Legan II / legan@acm.org / aw585@lafn.org
************************************************************************
"Tekeli-li! Tekeli-li!"
- "At the Mountains of Madness", H.P.
Lovecraft
---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
>> Next Message >>
Return to [ 29 |
November |
2007 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.