Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

64base email

14 views
Skip to first unread message

Popping Mad

unread,
Jan 28, 2023, 9:26:38 PM1/28/23
to
I have a program that dumps email at text into mariadb but it is having
trouble with base64 text like in here.

http://www.nylxs.com/messages.html?id=553339&archive=2023-01-01


Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
Errors-To: hangout-bounces-at-nylxs.com
Sender: "Hangout"

T3BpbmlvbiB8IEJpZGVuIENhbiBTdGFuZCBmb3IgdGhlIExpdHRsZSBHdXkgQWdhaW5zdCBBcHBs
ZQpEYXZpZCBBbGJlcnQKM+KAkzQgbWludXRlcwpIZSBzaG91bGRu4oCZdCBvdmVycnVsZSBhbiBv
ZmZpY2lhbCBmaW5kaW5nIHRoYXQgdGhlIGdpYW50IGluZnJpbmdlZCB0aGUKcGF0ZW50IG9mIG15
IGNvbXBhbnksIEFsaXZlQ29yLgoKWW91ciBicm93c2VyIGRvZXMgbm90IHN1cHBvcnQgdGhlIGF1
ZGlvIHRhZy4KClRoaXMgYXJ0aWNsZSBpcyBpbiB5b3VyIHF1ZXVlLgoKSeKAmXZlIGJlZW4gaW50

Anyway I can decode this for presentation in Apache in the website?

Eli the Bearded

unread,
Jan 28, 2023, 9:58:30 PM1/28/23
to
In comp.lang.perl.misc, Popping Mad <rai...@colition.gov> wrote:
> I have a program that dumps email at text into mariadb but it is having
> trouble with base64 text like in here.
...
> Content-Type: text/plain; charset="utf-8"
> Content-Transfer-Encoding: base64
> Errors-To: hangout-bounces-at-nylxs.com
> Sender: "Hangout"
>
> T3BpbmlvbiB8IEJpZGVuIENhbiBTdGFuZCBmb3IgdGhlIExpdHRsZSBHdXkgQWdhaW5zdCBBcHBs
> ZQpEYXZpZCBBbGJlcnQKM+KAkzQgbWludXRlcwpIZSBzaG91bGRu4oCZdCBvdmVycnVsZSBhbiBv
...
> Anyway I can decode this for presentation in Apache in the website?

Yes, of course that can be decoded. What have you tried so far?

Elijah
------
there should have been a "MIME-Version: 1.0" header with that

Marc Olschok

unread,
Jan 30, 2023, 5:20:06 PM1/30/23
to
recode -f /base64 might help

--
M.O.

Popping Mad

unread,
Feb 2, 2023, 7:34:37 PM2/2/23
to
0 new messages