View previous topic :: View next topic |
Author |
Message |
noclear2000 Apprentice

Joined: 21 Jun 2006 Posts: 153 Location: Germany
|
Posted: Mon Sep 03, 2012 11:46 am Post subject: [solved]decode mail message with encoding: quoted-printable |
|
|
Hi,
I process lots of mail received automatically by extracting the attachments using a script and process them further (PDF files). For MIME messages with
Code: | Content-Transfer-Encoding: base64 |
this is easily accomplished with .
But I cannot find information on how to decode the attachment via bash script if encoding is:
Code: | Content-Transfer-Encoding: quoted-printable |
Has anyone experience in this or knows a solution? Any input is appreciated as google didn't help much. Maybe I used the wrong search terms?
Thanks and Cheers!
EDIT1: Looks like mimencode (mmencode) is leading to the right track. (package net-mail/metamail)
Last edited by noclear2000 on Thu Sep 06, 2012 7:11 am; edited 1 time in total |
|
Back to top |
|
 |
Bones McCracker Veteran


Joined: 14 Mar 2006 Posts: 1611 Location: U.S.A.
|
Posted: Tue Sep 04, 2012 10:46 pm Post subject: |
|
|
net-mail/qprint _________________
patrix_neo wrote: | The human thought: I cannot win.
The ratbrain in me : I can only go forward and that's it. |
|
|
Back to top |
|
 |
noclear2000 Apprentice

Joined: 21 Jun 2006 Posts: 153 Location: Germany
|
Posted: Thu Sep 06, 2012 7:09 am Post subject: |
|
|
Thanks BoneKracker!
So net-mail/qprint or net-mail/metamail (=>mimencode) is the answer to my question. I tried both for "quoted-printable" decoding with success. |
|
Back to top |
|
 |
Bones McCracker Veteran


Joined: 14 Mar 2006 Posts: 1611 Location: U.S.A.
|
Posted: Thu Sep 06, 2012 1:18 pm Post subject: |
|
|
You're welcome. _________________
patrix_neo wrote: | The human thought: I cannot win.
The ratbrain in me : I can only go forward and that's it. |
|
|
Back to top |
|
 |
|