2009-05-25 13:02:39 UTC
Hi,
I am using Hylafax, iaxmodem and asterisk 1.4 branch.
There is no issues with the working of the Hylafax,
I have used mail2sendfax script for the mail 2 sendfax.
Which is given on the how to page of the installation steps.
I have seen that it is using metamail and uudecode to extract the original mail in temp folder.
I have a issue when i got the pdf attached file in this below format.
It is not getting extracted in temp folder.
In my mail file I have got this lines,
--------------------------------------
Content-Type: application/pdf;
name="rl.pdf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="rl.pdf"
---------------------------------------
Is it not worked becuase of "quoted-printable"?
Becuase when i have seen on working mail, it has base64.
Can anybody suggest me to get working this attachment to with mail2sendfax script.
Thanks in advance!!!