summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eed33db)
raw | patch | inline | side by side (parent: eed33db)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 29 Jul 2010 00:40:13 +0000 (00:40 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 29 Jul 2010 00:40:13 +0000 (00:40 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4508 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/user_guide.txt | patch | blob | history |
diff --git a/doc/user_guide.txt b/doc/user_guide.txt
index 242531a6702b29c9b1839bd6f69c6e9302895b58..055c5da5cc14ef162bf7189f02d31b4a5d5603a7 100644 (file)
--- a/doc/user_guide.txt
+++ b/doc/user_guide.txt
are both valid. The username and/or password will be prompted for if
not supplied on the command-line.
+POPS:
+ Connect to a POP server over ssl. This requires python 2.4 or later.
+ This supports the same notation as POP::
+
+ pops username:password@server
+
APOP:
Same as POP, but using Authenticated POP::
apop username:password@server
+IMAP:
+ Connect to an IMAP server. This supports the same notation as that of
+ POP mail::
+
+ imap username:password@server
+
+ It also allows you to specify a specific mailbox other than INBOX using
+ this format::
+
+ imap username:password@server mailbox
+
+IMAPS:
+ Connect to an IMAP server over ssl.
+ This supports the same notation as IMAP::
+
+ imaps username:password@server [mailbox]
+
+IMAPS_CRAM:
+ Connect to an IMAP server over ssl using CRAM-MD5 authentication.
+ This supports the same notation as IMAP::
+
+ imaps_cram username:password@server [mailbox]
Command Line Tool
=================