1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
6 <meta name=
"generator" content=
"AsciiDoc 8.4.5" />
7 <title>git-imap-send(
1)
</title>
8 <style type=
"text/css">
10 p
, li
, dt
, dd
, div
, pre
, h1
, h2
, h3
, h4
, h5
, h6
{
12 border: 1px solid red;
17 margin: 1em 5% 1em 5%;
22 text-decoration: underline
;
42 h1
, h2
, h3
, h4
, h5
, h6
{
44 font-family: sans-serif
;
51 border-bottom: 2px solid silver
;
69 border: 1px solid silver
;
88 font-family: sans-serif
;
94 span#revnumber
, span#revdate
, span#revremark
{
95 font-family: sans-serif
;
99 font-family: sans-serif
;
101 border-top: 2px solid silver
;
107 padding-bottom: 0.5em;
111 padding-bottom: 0.5em;
116 margin-bottom: 1.5em;
118 div
.tableblock
, div
.imageblock
, div
.exampleblock
, div
.verseblock
,
119 div
.quoteblock
, div
.literalblock
, div
.listingblock
, div
.sidebarblock
,
120 div
.admonitionblock
{
122 margin-bottom: 1.5em;
124 div
.admonitionblock
{
126 margin-bottom: 2.5em;
129 div
.content
{ /* Block element content. */
133 /* Block element titles. */
134 div
.title
, caption
.title
{
136 font-family: sans-serif
;
140 margin-bottom: 0.5em;
146 td div
.title:first-child
{
149 div
.content div
.title:first-child
{
152 div
.content
+ div
.title
{
156 div
.sidebarblock
> div
.content
{
158 border: 1px solid silver
;
162 div
.listingblock
> div
.content
{
163 border: 1px solid silver
;
172 div
.quoteblock
> div
.attribution
{
181 div
.verseblock
> div
.content
{
184 div
.verseblock
> div
.attribution
{
188 /* DEPRECATED: Pre version 8.2.7 verse style literal block. */
189 div
.verseblock
+ div
.attribution
{
193 div
.admonitionblock
.icon
{
197 text-decoration: underline
;
199 padding-right: 0.5em;
201 div
.admonitionblock td
.content
{
203 border-left: 2px solid silver
;
206 div
.exampleblock
> div
.content
{
207 border-left: 2px solid silver
;
211 div
.imageblock div
.content
{ padding-left: 0; }
212 span
.image img
{ border-style: none
; }
213 a
.image:visited
{ color: white
; }
217 margin-bottom: 0.8em;
230 list-style-position: outside
;
233 list-style-type: decimal
;
236 list-style-type: lower-alpha
;
239 list-style-type: upper-alpha
;
242 list-style-type: lower-roman
;
245 list-style-type: upper-roman
;
248 div
.compact ul
, div
.compact ol
,
249 div
.compact p
, div
.compact p
,
250 div
.compact div
, div
.compact div
{
252 margin-bottom: 0.1em;
255 div
.tableblock
> table
{
256 border: 3px solid
#527bbd;
259 font-family: sans-serif
;
271 /* Because the table frame attribute is overriden by CSS in most browsers. */
272 div
.tableblock
> table
[frame
="void"] {
275 div
.tableblock
> table
[frame
="hsides"] {
276 border-left-style: none
;
277 border-right-style: none
;
279 div
.tableblock
> table
[frame
="vsides"] {
280 border-top-style: none
;
281 border-bottom-style: none
;
287 margin-bottom: 0.8em;
290 padding-bottom: 15px;
292 dt
.hdlist1
.strong
, td
.hdlist1
.strong
{
298 padding-right: 0.8em;
304 div
.hdlist
.compact tr
{
314 div#footer-badges
{ display: none
; }
319 font-family: sans-serif
;
323 margin-bottom: 0.1em;
326 div
.toclevel1
, div
.toclevel2
, div
.toclevel3
, div
.toclevel4
{
342 /* Overrides for manpage documents */
345 padding-bottom: 0.5em;
346 border-top: 2px solid silver
;
347 border-bottom: 2px solid silver
;
357 div#toc
{ display: none
; }
360 /* Workarounds for IE6's broken and incomplete CSS2. */
362 div
.sidebar-content
{
364 border: 1px solid silver
;
367 div
.sidebar-title
, div
.image-title
{
369 font-family: sans-serif
;
372 margin-bottom: 0.5em;
375 div
.listingblock div
.content
{
376 border: 1px solid silver
;
381 div
.quoteblock-attribution
{
386 div
.verseblock-content
{
389 div
.verseblock-attribution
{
394 div
.exampleblock-content
{
395 border-left: 2px solid silver
;
399 /* IE6 sets dynamically generated links as visited. */
400 div#toc
a:visited
{ color: blue
; }
406 git-imap-send(
1) Manual Page
409 <div class=
"sectionbody">
411 Send a collection of patches from stdin to an IMAP folder
415 <h2 id=
"_synopsis">SYNOPSIS
</h2>
416 <div class=
"sectionbody">
417 <div class=
"paragraph"><p><em>git imap-send
</em></p></div>
419 <h2 id=
"_description">DESCRIPTION
</h2>
420 <div class=
"sectionbody">
421 <div class=
"paragraph"><p>This command uploads a mailbox generated with
<em>git format-patch
</em>
422 into an IMAP drafts folder. This allows patches to be sent as
423 other email is when using mail clients that cannot read mailbox
424 files directly. The command also works with any general mailbox
425 in which emails have the fields
"From",
"Date", and
"Subject" in
426 that order.
</p></div>
427 <div class=
"paragraph"><p>Typical usage is something like:
</p></div>
428 <div class=
"paragraph"><p>git format-patch --signoff --stdout --attach origin | git imap-send
</p></div>
430 <h2 id=
"_configuration">CONFIGURATION
</h2>
431 <div class=
"sectionbody">
432 <div class=
"paragraph"><p>To use the tool, imap.folder and either imap.tunnel or imap.host must be set
433 to appropriate values.
</p></div>
434 <h3 id=
"_variables">Variables
</h3><div style=
"clear:left"></div>
435 <div class=
"dlist"><dl>
441 The folder to drop the mails into, which is typically the Drafts
442 folder. For example:
"INBOX.Drafts",
"INBOX/Drafts" or
443 "[Gmail]/Drafts". Required to use imap-send.
451 Command used to setup a tunnel to the IMAP server through which
452 commands will be piped instead of using a direct network connection
453 to the server. Required when imap.host is not set to use imap-send.
461 A URL identifying the server. Use a
<tt>imap://
</tt> prefix for non-secure
462 connections and a
<tt>imaps://
</tt> prefix for secure connections.
463 Ignored when imap.tunnel is set, but required to use imap-send
472 The username to use when logging in to the server.
480 The password to use when logging in to the server.
488 An integer port number to connect to on the server.
489 Defaults to
143 for imap:// hosts and
993 for imaps:// hosts.
490 Ignored when imap.tunnel is set.
498 A boolean to enable/disable verification of the server certificate
499 used by the SSL/TLS connection. Default is
<tt>true
</tt>. Ignored when
504 imap.preformattedHTML
508 A boolean to enable/disable the use of html encoding when sending
509 a patch. An html encoded patch will be bracketed with
<pre
>
510 and have a content type of text/html. Ironically, enabling this
511 option causes Thunderbird to send the patch as a plain/text,
512 format=fixed email. Default is
<tt>false
</tt>.
520 Specify authenticate method for authentication with IMAP server.
521 Current supported method is
<em>CRAM-MD5
</em> only.
525 <h3 id=
"_examples">Examples
</h3><div style=
"clear:left"></div>
526 <div class=
"paragraph"><p>Using tunnel mode:
</p></div>
527 <div class=
"literalblock">
528 <div class=
"content">
530 folder =
"INBOX.Drafts"
531 tunnel =
"ssh -q -C user@example.com /usr/bin/imapd ./Maildir 2> /dev/null"</tt></pre>
533 <div class=
"paragraph"><p>Using direct mode:
</p></div>
534 <div class=
"literalblock">
535 <div class=
"content">
537 folder =
"INBOX.Drafts"
538 host = imap://imap.example.com
540 pass = p4ssw0rd
</tt></pre>
542 <div class=
"paragraph"><p>Using direct mode with SSL:
</p></div>
543 <div class=
"literalblock">
544 <div class=
"content">
546 folder =
"INBOX.Drafts"
547 host = imaps://imap.example.com
551 sslverify = false
</tt></pre>
554 <h2 id=
"_example">EXAMPLE
</h2>
555 <div class=
"sectionbody">
556 <div class=
"paragraph"><p>To submit patches using GMail
’s IMAP interface, first, edit your ~/.gitconfig
557 to specify your account settings:
</p></div>
558 <div class=
"listingblock">
559 <div class=
"content">
561 folder =
"[Gmail]/Drafts"
562 host = imaps://imap.gmail.com
563 user = user@gmail.com
565 sslverify = false
</tt></pre>
567 <div class=
"paragraph"><p>You might need to instead use: folder =
"[Google Mail]/Drafts" if you get an error
568 that the
"Folder doesn’t exist".
</p></div>
569 <div class=
"paragraph"><p>Once the commits are ready to be sent, run the following command:
</p></div>
570 <div class=
"literalblock">
571 <div class=
"content">
572 <pre><tt>$ git format-patch --cover-letter -M --stdout origin/master | git imap-send
</tt></pre>
574 <div class=
"paragraph"><p>Just make sure to disable line wrapping in the email client (GMail
’s web
575 interface will wrap lines no matter what, so you need to use a real
576 IMAP client).
</p></div>
578 <h2 id=
"_caution">CAUTION
</h2>
579 <div class=
"sectionbody">
580 <div class=
"paragraph"><p>It is still your responsibility to make sure that the email message
581 sent by your email program meets the standards of your project.
582 Many projects do not like patches to be attached. Some mail
583 agents will transform patches (e.g. wrap lines, send them as
584 format=flowed) in ways that make them fail. You will get angry
585 flames ridiculing you if you don
’t check this.
</p></div>
586 <div class=
"paragraph"><p>Thunderbird in particular is known to be problematic. Thunderbird
587 users may wish to visit this web page for more information:
588 <a href=
"http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email">http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
</a></p></div>
590 <h2 id=
"_see_also">SEE ALSO
</h2>
591 <div class=
"sectionbody">
592 <div class=
"paragraph"><p><a href=
"git-format-patch.html">git-format-patch(
1)
</a>,
<a href=
"git-send-email.html">git-send-email(
1)
</a>, mbox(
5)
</p></div>
594 <h2 id=
"_git">GIT
</h2>
595 <div class=
"sectionbody">
596 <div class=
"paragraph"><p>Part of the
<a href=
"git.html">git(
1)
</a> suite
</p></div>
599 <div id=
"footer-text">
600 Last updated
2011-
05-
05 01:
29:
54 UTC