]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Add git-imap-send, derived from isync 1.0.1.
authorMike McCormack <mike@codeweavers.com>
Fri, 10 Mar 2006 05:32:50 +0000 (14:32 +0900)
committerJunio C Hamano <junkio@cox.net>
Sat, 11 Mar 2006 06:09:24 +0000 (22:09 -0800)
commitf2561fda364ad984ef1441a80c90b0ee04f1a7c4
tree87f2a58ed5b62c6e72f33644bcb3f45f462c3d8a
parent2d0048e681dafa8f48593088fb6c2630c3186c96
Add git-imap-send, derived from isync 1.0.1.

git-imap-send drops a patch series generated by git-format-patch into an
IMAP folder. This allows patch submitters to send patches through their
own mail program.

git-imap-send uses the following values from the GIT repository
configuration:

The target IMAP folder:

[imap]
         Folder = "INBOX.Drafts"

A command to open an ssh tunnel to the imap mail server.

[imap]
         Tunnel = "ssh -q user@imap.server.com /usr/bin/imapd ./Maildir
2> /dev/null"

[imap]
         Host = imap.server.com
         User = bob
         Password = pwd
         Port = 143
.gitignore
Makefile
imap-send.c [new file with mode: 0644]