From add63156286e3b89ae38b8f6975e84817f772373 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 17 Oct 2015 14:16:32 +0200 Subject: [feat] Added contrib folder for contributed stuff - Added a README.md - added a git commit template - moved offlineimap example config file from vagrant/ to crontib/ --- contrib/offlineimaprc.example.org | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 contrib/offlineimaprc.example.org (limited to 'contrib/offlineimaprc.example.org') diff --git a/contrib/offlineimaprc.example.org b/contrib/offlineimaprc.example.org new file mode 100644 index 00000000..3d119634 --- /dev/null +++ b/contrib/offlineimaprc.example.org @@ -0,0 +1,24 @@ +# WARNING: Use offlineimap *only* for testing/debugging, +# because it will save the mails *decrypted* locally to +# your disk ! + +[general] +accounts = testuser@example.org + +[Account testuser@example.org] +localrepository = testuser@example.org_local +remoterepository = testuser@example.org_remote + +[Repository testuser@example.org_local] +type = Maildir +localfolders = /tmp/offlineimap.testuser@example.org + +[Repository testuser@example.org_remote] +type = IMAP +remotehost = localhost +remoteuser = testuser@example.org +remoteport = 1984 +ssl = no +remotepass = every_pw_works_here + + -- cgit v1.2.3