Autogenerated man pages for v1.3.0-rc3-gd53352
[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 Folder = "INBOX\&.Drafts"
46 .fi
47
48 .nf
49 Tunnel = "ssh \-q user@server\&.com /usr/bin/imapd \&./Maildir 2> /dev/null"
50 .fi
51
52 .nf
53 Host = imap\&.server\&.com
54 User = bob
55 Password = pwd
56 Port = 143
57 .fi
58
59 .SH "BUGS"
60
61
62 Doesn't handle lines starting with "From " in the message body\&.
63
64 .SH "AUTHOR"
65
66
67 Derived from isync 1\&.0\&.1 by Mike McCormack\&.
68
69 .SH "DOCUMENTATION"
70
71
72 Documentation by Mike McCormack
73
74 .SH "GIT"
75
76
77 Part of the \fBgit\fR(7) suite
78