> Frank Notspak writes:
>
> > Hi, Sam,
> >
> > I discovered a incompatibility problem between sqwebmail
> > and eudora for PGP encoding. I am not sure who is right.... but
> > sqwebmail encrypted messages cannot be decrypted by eudora.
> > The reverse works OK.
> >
> > The difference is that the encrypted part from sqwebmail starts with
> > Content-Type: multipart/mixed; boundary="=_0_7998_1014232132"
> >
> > This is a MIME-formatted message.  If you see this text it means that
your
> > mail software cannot handle MIME-formatted messages.
> >
> > But with eudora, the encrypted part from sqwebmail starts with
> > Mime-Version: 1.0
> > Content-Type: multipart/mixed;
> >  boundary="=====================_9406525==_"
> >
> > You see, there is an extra line "Mime-Version: 1.0"
>
> Yes, but are you sure that's the real problem?
>
> Sam

Sam,

It appear that way. By adding one line in mimegpg, Eudora can finally
display the decoded contents (with attachments) correctly. (The second line
below also makes it more friendly to Outlook Express.)

                "Content-Transfer-Encoding: 7bit;\n"
                "Content-Disposition: attachment;
filename=\"PGPmessage.eml.asc\";\n"
                "\n",
                 boundary, boundary, boundary);

        /* For Eudora compatiblity */
        gpgmime_write(&gpg, "Mime-Version: 1.0\r\n", 19);

        for (hp=h; hp; hp=hp->next)
        {
                const char *p;

Regards,
Frank


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to