File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The following example shows a simple interaction with an IMAP
41
41
server. It displays the message ID, size and IMAP flags of all
42
42
non-deleted messages in the INBOX folder.
43
43
44
- .. literalinclude :: ../../imapclient/ examples/example.py
44
+ .. literalinclude :: ../../examples/example.py
45
45
46
46
The output from this example could look something like this
47
47
@@ -163,13 +163,13 @@ to start with the default context and modify it to suit your needs.
163
163
The following example shows how to to disable certification
164
164
verification and certificate host name checks if required.
165
165
166
- .. literalinclude :: ../../imapclient/ examples/tls_no_checks.py
166
+ .. literalinclude :: ../../examples/tls_no_checks.py
167
167
168
168
The next example shows how to create a context that will use custom CA
169
169
certificate. This is required to perform verification of a self-signed
170
170
certificate used by the IMAP server.
171
171
172
- .. literalinclude :: ../../imapclient/ examples/tls_cacert.py
172
+ .. literalinclude :: ../../examples/tls_cacert.py
173
173
174
174
The above examples show some of the most common TLS parameter
175
175
customisations but there are many other tweaks are possible. Consult
You can’t perform that action at this time.
0 commit comments