
(Base 64)Octet-stream attachment to hex
I'm trying to convert attachment messages in VB from an octet-stream to
hexadecimal, any help is appreciated
The bottom half in the attachment of the source page is :
<Mime-Version: 1.0
Content-Type: application/octet-stream
Content-Transfer-Encoding: Base64
Status: U
X-Mozilla-Status: 8001
X-Mozilla-Status2: 00000000
X-UIDL: 222122573
dKNVG9i77QNiugfA 'the message I'm after
when I save by Navigator to file in hex is (in windows page code) =
"tU ?? bo " 'the message as per MS code table?
' from here I got it made
converted to Hex is:
In Hex = 74 A3 55 1B D8 BB ED 03 62 BA 07 C0
but for the curious I get:
JulianDay 7040 (4/16/99) Time 20:41:06
Lat 29.78
Lon -95.84
Thanks in advance
Ian