[offlineimap] APPEND issue... (#262)

mobamoba notifications at github.com
Sun Oct 25 14:17:11 GMT 2015


[general]
accounts = Exchange, SLI, TOP, JMI, Shopping, Stuff
maxsyncaccounts = 7
ignore-readonly = no
socktimeout = 60

[Account Exchange]
localrepository = Local
remoterepository = Remote
autorefresh = -1
maxconnections = 2
status_backend = sqlite

[Repository Local]
type = IMAP
remotehost = www.xxx.com
ssl = yes
cert_fingerprint = xxx
remotepass = xxx
remoteuser = xxx at xxx.com
nametrans = lambda sentname: re.sub ('Sent Items', 'Sent Current',
				sentname)

[Repository Remote]
type = Gmail
remotepass = xxx
remoteuser = xxx at xxx.com
sslcacertfile = /home/Matt/ca-certificates.crt
nametrans = lambda sentname: re.sub ('Sent Current', 'Sent Items',
				sentname)
folderfilter = lambda foldername: foldername in [
	'INBOX', 'Saved Current', 'Sent Current', 'Drafts', 'Trash', '[Gmail]/Spam',
	'SMS', 'SMSArchived', 'Call log', 'Call log Archived']
keepalive = 60

[Account SLI]
localrepository = Local-SLI
remoterepository = Remote-SLI
autorefresh = 20
maxconnections = 1
status_backend = sqlite

[Repository Local-SLI]
type = IMAP
remotehost = www.xxx.com
ssl = yes
cert_fingerprint = xxx
remotepass = xxx
remoteuser = xxx at xxx.com

[Repository Remote-SLI]
type = Gmail
remotepass = xxx
remoteuser = xxx at xxx.com
sslcacertfile = /home/Matt/ca-certificates.crt
folderfilter = lambda foldername: foldername in [
	'SLISent']
nametrans = lambda sentname: re.sub ('SLISent', 'Sent SLI',
				sentname)
readonly = True

[Account TOP]
localrepository = Local-TOP
remoterepository = Remote-TOP
autorefresh = 20
maxconnections = 1
status_backend = sqlite

[Repository Local-TOP]
type = IMAP
remotehost = www.xxx.com
ssl = yes
cert_fingerprint = xxx
remotepass = xxx
remoteuser = xxx at xxx.com

[Repository Remote-TOP]
type = Gmail
remotepass = xxx
remoteuser = xxx at xxx.com
sslcacertfile = /home/Matt/ca-certificates.crt
folderfilter = lambda foldername: foldername in [
	'TOPSent']
nametrans = lambda sentname: re.sub ('TOPSent', 'Sent TOP',
				sentname)
readonly = True

[Account JMI]
localrepository = Local-JMI
remoterepository = Remote-JMI
autorefresh = 20
maxconnections = 1
status_backend = sqlite

[Repository Local-JMI]
type = IMAP
remotehost = www.xxx.com
ssl = yes
cert_fingerprint = xxx
remotepass = xxx
remoteuser = xxx at xxx.com

[Repository Remote-JMI]
type = Gmail
remotepass = xxx
remoteuser = xxx at xxx.com
sslcacertfile = /home/Matt/ca-certificates.crt
folderfilter = lambda foldername: foldername in [
	'JMISent']
nametrans = lambda sentname: re.sub ('JMISent', 'Sent JMI',
				sentname)
readonly = True

[Account Shopping]
localrepository = Local-Shopping
remoterepository = Remote-Shopping
autorefresh = 20
maxconnections = 1
status_backend = sqlite

[Repository Local-Shopping]
type = IMAP
remotehost = www.xxx.com
ssl = yes
cert_fingerprint = xxx
remotepass = xxx
remoteuser = xxx at xxx.com

[Repository Remote-Shopping]
type = Gmail
remotepass = xxx
remoteuser = xxx at xxx.com
sslcacertfile = /home/Matt/ca-certificates.crt
folderfilter = lambda foldername: foldername in [
	'ShoppingSent']
nametrans = lambda sentname: re.sub ('ShoppingSent', 'Sent Shopping',
				sentname)
readonly = True

[Account Stuff]
localrepository = Local-Stuff
remoterepository = Remote-Stuff
autorefresh = 20
maxconnections = 1
status_backend = sqlite

[Repository Local-Stuff]
type = IMAP
remotehost = www.xxx.com
ssl = yes
cert_fingerprint = xxx
remotepass = xxx
remoteuser = xxx at xxx.com

[Repository Remote-Stuff]
type = Gmail
remotepass = xxx
remoteuser = xxx at xxx.com
sslcacertfile = /home/Matt/ca-certificates.crt
folderfilter = lambda foldername: foldername in [
	'StuffSent']
nametrans = lambda sentname: re.sub ('StuffSent', 'Sent Stuff',
				sentname)
readonly = True

---
Reply to this email directly or view it on GitHub:
https://github.com/OfflineIMAP/offlineimap/issues/262#issuecomment-150927098
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/offlineimap-project/attachments/20151025/a18a3b00/attachment-0002.html>


More information about the OfflineIMAP-project mailing list