]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-imap-send.txt
Merge branch 'jh/maint-submodule-status-in-void' (early part)
[git.git] / Documentation / git-imap-send.txt
index d016dafd491de5a4635e30b92607dadbaf7bf46f..6cafbe2ec191b2e2b35e7855c71837fa0f231785 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-This command uploads a mailbox generated with 'git-format-patch'
+This command uploads a mailbox generated with 'git format-patch'
 into an IMAP drafts folder.  This allows patches to be sent as
 other email is when using mail clients that cannot read mailbox
 files directly.
@@ -71,6 +71,10 @@ imap.preformattedHTML::
        option causes Thunderbird to send the patch as a plain/text,
        format=fixed email.  Default is `false`.
 
+imap.authMethod::
+       Specify authenticate method for authentication with IMAP server.
+       Current supported method is 'CRAM-MD5' only.
+
 Examples
 ~~~~~~~~