offlineimap/head/offlineimap.conf

57 lines
1.6 KiB
Plaintext
Raw Normal View History

2002-06-20 09:40:29 +02:00
# Sample configuration file
# Copyright (C) 2002 John Goerzen
# <jgoerzen@complete.org>
#
# This program 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.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
[general]
# This specifies where imapsync is to store its metadata.
# This directory will be created if it does not already exist.
metadata = ~/.imapsync
# This variable specifies which accounts are defined. Separate them
# with commas. Account names should be alphanumeric only.
# You will need to specify one section per account below. You may
# not use "general" for an account name.
#
accounts = Test
# This is an account definition clause.
[Test]
# Specify the remote hostname.
remotehost = pi.complete.org
2002-06-20 09:40:29 +02:00
# Whether or not to use SSL.
ssl = yes
# Specify the port. If not specified, use a default port.
# remoteport = 993
# Specify the remote user name.
remoteuser = pilot
2002-06-20 09:40:29 +02:00
# Specify the remote password. If not specified, you will be
# prompted.
# remotepass = fake
# Specify local repository.
localfolders = ~/Test