home mail lists hosting help status donate about-us
 Email Lists Hosting Security Tech Resources About Us Policy Help Desk 
  1. Email
    1. FAQ
    2. Mail Client Tutorials
      1. Thunderbird
      2. Apple Mail
      3. Generic
      4. Mozilla Mail
      5. Pine
      6. Eudora
      7. Outlook
      8. Outlook Express
      9. Others
      10. Offline Imap
    3. Spam
    4. Special Folders
    5. Viruses
    6. Webmail
    7. Usage Agreement

    Offline IMAP

    Offline IMAP is a command line program written in Python which can be used to sync your remote IMAP account to local Maildirs on your computer. This is an advanced topic: you should not attempt to use offline imap unless you understood all the words in the previous sentence.

    install

    On debian or ubuntu, you would do this:

    % sudo apt-get install offlineimap

    On Mac OS X, visit offlineimap.darwinports.com

    configure ~/offlineimaprc

    [general]
    accounts = riseup

    [Account riseup]
    localrepository = localriseup
    remoterepository = remoteriseup
    autorefresh = 10

    [Repository localriseup]
    type = Maildir
    localfolders = ~/mail

    [Repository remoteriseup]
    type = IMAP
    ssl = yes
    remotehost = mail.riseup.net
    remoteuser = <your login>
    remotepass = <your password>
    folderfilter = lambda foldername: foldername in ['INBOX','INBOX.Sent', 'INBOX.Drafts', 'INBOX.Mistakes']

    run

    In a shell window, run 'offlineimap'. Alternately, you can choose to run it from cron.

    mail clients that support maildir

    On linux, there is mutt for the console and Evolution for gnome.
    editinfologout
    Get off the internet, I'll see you in the streets!