1 Aug 2008 10:33
Re: MH-E with Gnu Mailutils and Gmail
d.henman <dhenman <at> gmail.com>
2008-08-01 08:33:07 GMT
2008-08-01 08:33:07 GMT
Douglas,
as Bill said I use gnu mh, aka mu-mh. I for the present use fetchmail to
download the mail from gmail. I do not use imap however.
I've been informed, since the gnu mailutilies (I believe the program is movemail" now can handle the
process on its own, both imap and pop mail. I'be been indending to do it but haven't yet.
For me now, I do just this: (but intend to use gnu mailutils' movemail later)
(1) fetchmail to get mail into the host.. then in
(2) ~/.fetchmailrc file pipe mail to mu's mail.local program via a
sieve file, which one can add, some filtering.
For example in my ~/.fetchmailrc I have:
mda "/usr/local/libexec/mail.local -S /home/djh/.mailutils/gmail-incoming-filter.sv
The above is gnu mu's mail.local with its sieve filtering (-s filter_script.sv) capabiltiies, to acquire
and organize incoming mail from gmail.
Recently, however, I've been told that gnu mailutiles movemail can now handle pop3 ..
That is my next leasure project.
I haven't checked out on the imap features.
Do you really need imap and can gmail actually suport it. Last I looked, it was pop3 with some kind of ssl....
Regards,
darel henman
Bill Wohler <wohler <at> newt.com> wrote:
(Continue reading)
. On the other hand, the
contributors might prefer not to have their email addresses in a public
place. What do you think?
* Changes in MH-E 8.1
Version 8.1 fixes some issues with forwarding messages, respects the
MH environment variable, adds the abilities to use aliases with GPG
and show HTML even though it is discouraged. A new hook,
`mh-annotate-msg-hook', has been added.
** New Features in MH-E 8.1
*** Showing HTML When Text Is the Preferred Alternative
The `:' (`mh-show-preferred-alternative') function displays the
message with the default preferred alternative. This is as if
`mm-discouraged-alternatives' was set to nil (closes SF #1777321).
** New Variables in MH-E 8.1
*** mh-annotate-msg-hook
RSS Feed