/
/.idlebiffrc
 1 # Configuration example for idlebiff (under public domain)
 2 # Change it with your settings
 3 # Should be under your home (~/.idlebiffrc)
 4 # or specified as an argument of idlebiff
 5 
 6 host=imap-server.example.org
 7 user=myuser
 8 #pass=
 9 # if pass not set, it will be asked (recommended)
10 mailbox=INBOX
11 tls=1
12 port=993
13 initial_noop=0
14 keepalive=1500
15 timeout=20
16 timeout_logout=2
17 png_up=up.png
18 png_down=down.png
19 png_chk=check.png
20 pos_x=1
21 pos_y=1
22 tip=1
23 nodecor=1
24 imap_trace=0
25 criteria=
26 tls_validate_cert=1
27 tls_ca_dir=
28 tls_ca_file=
29 tls_ca_subject=
30 tls_client_cert=
31 tls_client_key=
32 tls_ciphers=DEFAULT:!SSLv3