On Wed, Jan 29, 2014 at 12:59:06PM +0100, Felix E. Klee wrote: > On Wed, Jan 29, 2014 at 12:50 PM, Oswald Buddenhagen > <[email protected]> wrote: > > in this case i'd really suggest just using fetchmail, possibly in > > combination with procmail and/or some custom MDA script. > > I doubt that fetchmail can sync, i.e. locally remove messages that were > deleted on the server. > right, i didn't consider that.
the thing is, the "mail program" you describe is ... an imap server. if there isn't one that uses a mailbox format you can use, you could find one that comes closest to your needs and hack the mailbox driver (probably maildir). but in this case you could also hack the maildir driver in mbsync (specifically, the flag handling needs to be removed. or you could morph it into an mh driver, which embeds flags into the files instead of producing funny file names. note that this is a slow mailbox format, though.) ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
