File: example.offlineimaprc

package info (click to toggle)
libnet-gmail-imap-label-perl 0.008-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 284; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy this to ~/.offlineimaprc and edit

[general]
accounts = Gmail

[Account Gmail]
localrepository = GmailBox
remoterepository = GmailProxy

[Repository GmailBox]
type = Maildir
localfolders = ~/Gmail

[Repository GmailProxy]
type = IMAP
remotehost = localhost
remoteport = 10143 # from LOCALPORT in gmail-imap-label
remoteuser = user@gmail.com