Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-imap-send: Support SSL
[gitweb.git]
/
Documentation
/
git-imap-send.txt
diff --git
a/Documentation/git-imap-send.txt
b/Documentation/git-imap-send.txt
index b3d8da33ee64730794821440c287f30c4bb85789..136c82bfdd77a8464483ed0259cec63fe7786c70 100644
(file)
--- a/
Documentation/git-imap-send.txt
+++ b/
Documentation/git-imap-send.txt
@@
-37,10
+37,11
@@
configuration file (shown with examples):
Tunnel = "ssh -q user@server.com /usr/bin/imapd ./Maildir 2> /dev/null"
[imap]
- Host = imap
.server
.com
+ Host = imap
://imap.example
.com
User = bob
Pass = pwd
Port = 143
+ sslverify = false
..........................