@@ -57,50 +57,7 @@ to appropriate values.
5757Variables
5858~~~~~~~~~
5959
60- imap.folder::
61- The folder to drop the mails into, which is typically the Drafts
62- folder. For example: "INBOX.Drafts", "INBOX/Drafts" or
63- "[Gmail]/Drafts". Required.
64-
65- imap.tunnel::
66- Command used to setup a tunnel to the IMAP server through which
67- commands will be piped instead of using a direct network connection
68- to the server. Required when imap.host is not set.
69-
70- imap.host::
71- A URL identifying the server. Use an `imap://` prefix for non-secure
72- connections and an `imaps://` prefix for secure connections.
73- Ignored when imap.tunnel is set, but required otherwise.
74-
75- imap.user::
76- The username to use when logging in to the server.
77-
78- imap.pass::
79- The password to use when logging in to the server.
80-
81- imap.port::
82- An integer port number to connect to on the server.
83- Defaults to 143 for imap:// hosts and 993 for imaps:// hosts.
84- Ignored when imap.tunnel is set.
85-
86- imap.sslverify::
87- A boolean to enable/disable verification of the server certificate
88- used by the SSL/TLS connection. Default is `true`. Ignored when
89- imap.tunnel is set.
90-
91- imap.preformattedHTML::
92- A boolean to enable/disable the use of html encoding when sending
93- a patch. An html encoded patch will be bracketed with <pre>
94- and have a content type of text/html. Ironically, enabling this
95- option causes Thunderbird to send the patch as a plain/text,
96- format=fixed email. Default is `false`.
97-
98- imap.authMethod::
99- Specify authenticate method for authentication with IMAP server.
100- If Git was built with the NO_CURL option, or if your curl version is older
101- than 7.34.0, or if you're running git-imap-send with the `--no-curl`
102- option, the only supported method is 'CRAM-MD5'. If this is not set
103- then 'git imap-send' uses the basic IMAP plaintext LOGIN command.
60+ include::config/imap.txt[]
10461
10562Examples
10663~~~~~~~~
0 commit comments