git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] imap-send: clarify CRAM-MD5 vs LOGIN documentation
@ 2014-07-28 10:38 Tony Finch
  2014-07-30 19:28 ` Junio C Hamano
  0 siblings, 1 reply; 12+ messages in thread
From: Tony Finch @ 2014-07-28 10:38 UTC (permalink / raw)
  To: git

Explicitly mention that leaving imap.authMethod unset makes
git imap-send use the basic IMAP plaintext LOGIN command.
---
 Documentation/git-imap-send.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index 875d283..770cbe8 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt
@@ -76,7 +76,8 @@ imap.preformattedHTML::

 imap.authMethod::
 	Specify authenticate method for authentication with IMAP server.
-	Current supported method is 'CRAM-MD5' only.
+	Current supported method is 'CRAM-MD5' only. If this is not set
+	then 'git imap-send' uses the basic IMAP plaintext LOGIN command.

 Examples
 ~~~~~~~~
-- 
2.0.3.dirty

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-08-03  6:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 10:38 [PATCH] imap-send: clarify CRAM-MD5 vs LOGIN documentation Tony Finch
2014-07-30 19:28 ` Junio C Hamano
2014-07-31  8:11   ` Tony Finch
2014-07-31  8:14     ` [PATCH 1/2] " Tony Finch
2014-07-31  8:14     ` [PATCH 2/2] imap-send: create target mailbox if it is missing Tony Finch
2014-07-31 18:57       ` Junio C Hamano
2014-07-31 19:35         ` Tony Finch
2014-08-01  8:15           ` [PATCH v3 1/2] imap-send: clarify CRAM-MD5 vs LOGIN documentation Tony Finch
2014-08-01  8:15           ` [PATCH v3 2/2] imap-send: create target mailbox if it is missing Tony Finch
2014-08-01 22:30             ` Junio C Hamano
2014-08-02 13:44               ` Ramsay Jones
2014-08-03  6:38                 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).