File: livetest-sample.ini

package info (click to toggle)
python-imapclient 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 5,355; sh: 14; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Sample configuration file for livetest and interact.

# An INI file like this is used to specify the IMAP account details to
# run "live" tests. These files are also supported by IMAPClient's
# interactive shell.

[DEFAULT]
host = <host>
username = <user>
password = <password>

# These are optional
# port = 143
# ssl = false
# starttls = false

# oauth2 = false
# oauth2_client_id = ...
# oauth2_client_secret = ...
# oauth2_refresh_token = ...