]> code.delx.au - offlineimap/blobdiff - offlineimap.conf
Bump version number
[offlineimap] / offlineimap.conf
index ce6d17b2073f20944bb35189841f92a7abdc7a9c..9263df7475df2adbeff1e3d663ee9aafb4bbfbd0 100644 (file)
@@ -207,6 +207,14 @@ restoreatime = no
 
 type = IMAP
 
+# The following can fetch the account credentials via a python expression that
+# is parsed from the pythonfile parameter. For example, a function called
+# "getcredentials" that parses a file "filename" and returns the account
+# details for "hostname".
+# remotehosteval = getcredentials("filename", "hostname", "hostname")
+# remoteusereval = getcredentials("filename", "hostname", "user")
+# remotepasseval = getcredentials("filename", "hostname", "passwd")
+
 # Specify the remote hostname.
 remotehost = examplehost