aboutsummaryrefslogtreecommitdiffstats
path: root/roles/evolution/templates/usr/local/share/evolution/sources/ac-imap.source.j2
blob: 3350e22922c9d9fbeaef4055f7754fe68686521e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[Autoconfig]
Revision=1

[Data Source]
DisplayName={{ evolution_mail_account_name }}
Enabled=true
Parent=

[Offline]
StaySynchronized=true

[Refresh]
Enabled=true
IntervalMinutes=60

[Authentication]
Host={{ evolution_imap_host }}
Method=GSSAPI
Port=993
ProxyUid=system-proxy
RememberPassword=true
User=${USER}
CredentialName=

[Mail Account]
BackendName=imapx
IdentityUid=ac-mail
ArchiveFolder=folder://ac-imap/Archive
NeedsInitialSetup=false

[Security]
Method=ssl-on-alternate-port

[Imapx Backend]
FilterInbox=true
StoreChangesInterval=3
LimitByAge=true
LimitUnit=years
LimitValue=1
UseMultiFetch=false
CheckAll=true
CheckSubscribed=true
ConcurrentConnections=3
FetchOrder=ascending
FilterAll=false
FilterJunk=false
FilterJunkInbox=false
Namespace=
RealJunkPath=Junk
RealTrashPath=Trash
ShellCommand=ssh -C -l %u %h exec /usr/sbin/imapd
UseIdle=true
UseNamespace=false
UseQresync=true
UseRealJunkPath=true
UseRealTrashPath=true
UseShellCommand=false
UseSubscriptions=false
IgnoreOtherUsersNamespace=false
IgnoreSharedFoldersNamespace=false