summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-22 22:39:09 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-22 22:39:09 +0000
commit6b459521ce990c3e626190f66ece300daae70dac (patch)
treec4300270e776acc711d16b5ab5e7775edea590f7 /examples
create trunk directory and move everything into it
git-svn-id: file:///home/lennart/svn/public/libnewmail/trunk@29 2d4e79f2-dfba-0310-a9f4-9628e67fcdf4
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am19
-rw-r--r--examples/foobar.imap6
-rw-r--r--examples/local.maildir2
-rw-r--r--examples/local.unix2
-rw-r--r--examples/waldo.pop34
5 files changed, 33 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644
index 0000000..1efae10
--- /dev/null
+++ b/examples/Makefile.am
@@ -0,0 +1,19 @@
+# $Id: Makefile.am 26 2003-07-19 09:44:50Z lennart $
+#
+# This file is part of libnewmail.
+#
+# libnewmail is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# libnewmail is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with libnewmail; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+EXTRA_DIST = foobar.imap local.maildir local.unix waldo.pop3
diff --git a/examples/foobar.imap b/examples/foobar.imap
new file mode 100644
index 0000000..088ad42
--- /dev/null
+++ b/examples/foobar.imap
@@ -0,0 +1,6 @@
+Hostname imap.foobar.bogus
+Username quux
+Password gurke
+UseSSL Yes
+Debug 0
+#Folder megaman
diff --git a/examples/local.maildir b/examples/local.maildir
new file mode 100644
index 0000000..f0fc5ab
--- /dev/null
+++ b/examples/local.maildir
@@ -0,0 +1,2 @@
+Path %h/Maildir
+PollIntervall 20
diff --git a/examples/local.unix b/examples/local.unix
new file mode 100644
index 0000000..e5588ff
--- /dev/null
+++ b/examples/local.unix
@@ -0,0 +1,2 @@
+Path /var/mail/%u
+PollIntervall 10
diff --git a/examples/waldo.pop3 b/examples/waldo.pop3
new file mode 100644
index 0000000..897a600
--- /dev/null
+++ b/examples/waldo.pop3
@@ -0,0 +1,4 @@
+Hostname pop.waldo.bogus
+Username kunibert
+Password ottokar
+#Debug 1