Formatting code for OfflineImap
{{parent page="Mail"}}
~ The software - http://software.complete.org/software/projects/show/offlineimap
%%(text;.offlineimaprc)
[general]
accounts = Office
ui = Curses.Blinkenlights, TTY.TTYUI,
Noninteractive.Basic, Noninteractive.Quiet
socktimeout = 60
[Account Office]
localrepository = Local
remoterepository = Remote
[Repository Local]
type = Maildir
localfolders = ~/Maildir
[Repository Remote]
type = IMAP
#ssl = true
remotehost = remoteimap.domain.tld
#remoteport = 993
remoteuser = foobar
remotepass = xxxxxx
maxconnections = 1
holdconnectionopen = no
%%
~ The software - http://software.complete.org/software/projects/show/offlineimap
%%(text;.offlineimaprc)
[general]
accounts = Office
ui = Curses.Blinkenlights, TTY.TTYUI,
Noninteractive.Basic, Noninteractive.Quiet
socktimeout = 60
[Account Office]
localrepository = Local
remoterepository = Remote
[Repository Local]
type = Maildir
localfolders = ~/Maildir
[Repository Remote]
type = IMAP
#ssl = true
remotehost = remoteimap.domain.tld
#remoteport = 993
remoteuser = foobar
remotepass = xxxxxx
maxconnections = 1
holdconnectionopen = no
%%