Added socket timeout so that stuck servers won't hang the applet (5 seconds)
[rox-postal.git] / Help / Accounts.ini
blob77f77c43bd3c561e3da5ffe1e7af29c017c96339
1 ;This is an example of how to create your Accounts entries.
2 ;one example of each supported type is shown. The [section] names are
3 ;arbitrary - you don't have to use numbers.
5 ;[0]
6 ;name: ImapAccount
7 ;protocol: IMAP
8 ;server: imap.myserver.com
9 ;port: 143
10 ;ssl: False
11 ;username: myname
12 ;password: mypassword
13 ;folders: Inbox,Other,Folder,Names
14 ;polltime: 2
16 ;[1]
17 ;name: PopAccount
18 ;protocol: POP
19 ;server: pop.myisp.com
20 ;port: 110
21 ;ssl: False
22 ;apop: False
23 ;username: myname
24 ;password: mypassword
25 ;polltime: 10
27 ;[2]
28 ;name: LocalMail
29 ;protocol: MBOX
30 ;filename: /var/spool/mail/username
31 ;polltime: 10