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

Re: [sup-talk] Questions about offlineimap+msmtp+maildir+gmail syncing



for the first, I've used fetchmail to do that:

: 576...; cat fetchmailrc



poll hostname.domain.com proto IMAP

  user "jmason" pass "[your imap password]" is "jmason"

  folder "name_of_folder"

  ssl

  fetchall

  keep

  no rewrite

  expunge 100

  mda "/usr/bin/procmail -f %F /home/jmason/Mail/procmailrc";



: 577...; cat procmailrc

MAILDIR=$HOME
DEFAULT=$MAILDIR/mbox



:0

$DEFAULT





and it'll append it all to ~/mbox.

--j.

On Thu, Jan 14, 2010 at 14:07, William Morgan <wmorgan-sup@masanjin.net> wrote:
> Reformatted excerpts from Anirudh Sanjeev's message of 2010-01-06:
>> Since sup supports sync with mbox, is there any utility that takes IMAP
>> and packs it into mbox format, or maybe converts Maildir messages into
>> mbox?
>
> Fetchmail for the first, and I think there's probably and md2mbox or
> something out there for the second.
> --
> William <wmorgan-sup@masanjin.net>
> _______________________________________________
> sup-talk mailing list
> sup-talk@rubyforge.org
> http://rubyforge.org/mailman/listinfo/sup-talk
>
>



-- 
--j.
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk