summaryrefslogtreecommitdiffstats
path: root/git-imap-send.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-07 14:45:48 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-07 14:45:48 -0800
commitc9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e (patch)
tree002abd8701e0bd9d14d103e5b44736fe37293515 /git-imap-send.html
parent6df93d9e8038d7ac3d2cb49dfbe125e874b15ba9 (diff)
downloadgit-htmldocs-c9394b27831f7632b4d570c5e6ee3d2a7d9e7a6e.tar.gz
Autogenerated HTML docs for v2.2.1-268-g1e6f5
Diffstat (limited to 'git-imap-send.html')
-rw-r--r--git-imap-send.html56
1 files changed, 53 insertions, 3 deletions
diff --git a/git-imap-send.html b/git-imap-send.html
index c7060462b..480440cf0 100644
--- a/git-imap-send.html
+++ b/git-imap-send.html
@@ -748,7 +748,7 @@ git-imap-send(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git imap-send</em></pre>
+<pre class="content"><em>git imap-send</em> [-v] [-q] [--[no-]curl]</pre>
<div class="attribution">
</div></div>
</div>
@@ -767,6 +767,54 @@ that order.</p></div>
</div>
</div>
<div class="sect1">
+<h2 id="_options">OPTIONS</h2>
+<div class="sectionbody">
+<div class="dlist"><dl>
+<dt class="hdlist1">
+-v
+</dt>
+<dt class="hdlist1">
+--verbose
+</dt>
+<dd>
+<p>
+ Be verbose.
+</p>
+</dd>
+<dt class="hdlist1">
+-q
+</dt>
+<dt class="hdlist1">
+--quiet
+</dt>
+<dd>
+<p>
+ Be quiet.
+</p>
+</dd>
+<dt class="hdlist1">
+--curl
+</dt>
+<dd>
+<p>
+ Use libcurl to communicate with the IMAP server, unless tunneling
+ into it. Ignored if Git was built without the USE_CURL_FOR_IMAP_SEND
+ option set.
+</p>
+</dd>
+<dt class="hdlist1">
+--no-curl
+</dt>
+<dd>
+<p>
+ Talk to the IMAP server using git&#8217;s own IMAP routines instead of
+ using libcurl.
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_configuration">CONFIGURATION</h2>
<div class="sectionbody">
<div class="paragraph"><p>To use the tool, imap.folder and either imap.tunnel or imap.host must be set
@@ -858,7 +906,9 @@ imap.authMethod
<dd>
<p>
Specify authenticate method for authentication with IMAP server.
- Current supported method is <em>CRAM-MD5</em> only. If this is not set
+ If Git was built with the NO_CURL option, or if your curl version is older
+ than 7.34.0, or if you&#8217;re running git-imap-send with the <code>--no-curl</code>
+ option, the only supported method is <em>CRAM-MD5</em>. If this is not set
then <em>git imap-send</em> uses the basic IMAP plaintext LOGIN command.
</p>
</dd>
@@ -952,7 +1002,7 @@ users may wish to visit this web page for more information:
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-10-20 14:13:43 PDT
+Last updated 2015-01-07 14:45:17 PST
</div>
</div>
</body>