X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/d69176090c4afb220df566ef5ed5e653933be45e..3847d0ba9d17f42cbb4ae15ea9cfb97aca2029ca:/offlineimap.conf diff --git a/offlineimap.conf b/offlineimap.conf index 011c33e..48f8f13 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -267,10 +267,11 @@ remoteuser = username # There are five ways to give the password for the remote IMAP # server: # -# 1. No password at all specified in the config file. If a matching -# entry is found in ~/.netrc (see netrc (5) for information) the -# password from the matching entry will be used. Otherwise you -# will be prompted for the password when OfflineIMAP starts. +# 1. No password at all specified in the config file. If a matching entry is +# found in ~/.netrc (see netrc (5) for information) the password from the +# matching entry will be used. If there is no ~/.netrc file but there is an +# /etc/netrc file, the password will instead be taken from there. Otherwise +# you will be prompted for the password when OfflineIMAP starts. # # 2. The remote password stored in this file with the remotepass # option. Example: @@ -306,6 +307,19 @@ remoteuser = username # # reference = Mail +# In between synchronisations, OfflineIMAP can monitor mailboxes for new +# messages using the IDLE command. If you want to enable this, specify here +# the folders you wish to monitor. Note that the IMAP protocol requires a +# separate connection for each folder monitored in this way, so setting +# this option will force settings for: +# maxconnections - to be at least the number of folders you give +# holdconnectionopen - to be true +# keepalive - to be 29 minutes unless you specify otherwise +# This option should return a Python list. For example +# +# idlefolders = ['INBOX', 'INBOX.Alerts'] +# + # OfflineIMAP can use multiple connections to the server in order # to perform multiple synchronization actions simultaneously. # This may place a higher burden on the server. In most cases,