offlineimap.conf.minimal 323 B

123456789101112131415161718
  1. # Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
  2. # get started fast.
  3. [general]
  4. accounts = Test
  5. [Account Test]
  6. localrepository = Local
  7. remoterepository = Remote
  8. [Repository Local]
  9. type = Maildir
  10. localfolders = ~/Test
  11. [Repository Remote]
  12. type = IMAP
  13. remotehost = examplehost
  14. remoteuser = jgoerzen