[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]

Re: Alternatives to VM for mail



Tim Cross writes ("Alternatives to VM for mail"):
>The reason I am asking is that I've
> been having some problems with VMs ability to read some MIME messages

Hi Tim,

Make sure you use perl for decoding/encoding mime messages in VM . The
built in support or "mimedecode" do not work reliably anymore.
Somehting like:

(setq
 vm-mime-base64-decoder-program "/usr/bin/perl"
 vm-mime-base64-decoder-switches '("-MMIME::Base64" "-ne" "print decode_base64($_)")
 vm-mime-base64-encoder-program "/usr/bin/perl"
 vm-mime-base64-encoder-switches '("-MMIME::Base64" "-ne" "print encode_base64($_)")
 vm-mime-qp-decoder-program "/usr/bin/perl"
 vm-mime-qp-decoder-switches '("-MMIME::QuotedPrint" "-ne" "print decode_qp($_)")
 vm-mime-qp-encoder-program "/usr/bin/perl"
 vm-mime-qp-encoder-switches '("-MMIME::QuotedPrint" "-ne" "print encode_qp($_)")
 )

I think I got this from the Debian README for the vm package.

Best regards, Lukas

-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"


Emacspeak Files | Subscribe | Unsubscribe | Search