Autogenerated man pages for v1.3.2-g8611
[git.git] / man1 / git-imap-send.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-IMAP-SEND" 1 "" "" ""
21 .SH NAME
22 git-imap-send \- Dump a mailbox from stdin into an imap folder
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-imap\-send\fR
27
28 .SH "DESCRIPTION"
29
30
31 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 sent with mail clients that cannot read mailbox files directly\&.
32
33
34 Typical usage is something like:
35
36
37 git\-format\-patch \-\-signoff \-\-stdout \-\-attach origin | git\-imap\-send
38
39 .SH "CONFIGURATION"
40
41
42 git\-imap\-send requires the following values in the repository configuration file (shown with examples):
43
44 .nf
45 [imap]
46     Folder = "INBOX\&.Drafts"
47
48 [imap]
49     Tunnel = "ssh \-q user@server\&.com /usr/bin/imapd \&./Maildir 2> /dev/null"
50
51 [imap]
52     Host = imap\&.server\&.com
53     User = bob
54     Pass = pwd
55     Port = 143
56 .fi
57
58 .SH "BUGS"
59
60
61 Doesn't handle lines starting with "From " in the message body\&.
62
63 .SH "AUTHOR"
64
65
66 Derived from isync 1\&.0\&.1 by Mike McCormack\&.
67
68 .SH "DOCUMENTATION"
69
70
71 Documentation by Mike McCormack
72
73 .SH "GIT"
74
75
76 Part of the \fBgit\fR(7) suite
77