|
Revision 279:9de010f67c81, 510 bytes
(checked in by Menno Smits <menno@…>, 6 months ago)
|
|
added OAUTH params to sample livetest.ini
|
| Line | |
|---|
| 1 | # Sample configuration file for livetest and interact. |
|---|
| 2 | |
|---|
| 3 | # An INI file like this is used to specify the IMAP account details to |
|---|
| 4 | # run tests. These files are also supported by IMAPClient's |
|---|
| 5 | # interactive shell. |
|---|
| 6 | |
|---|
| 7 | # WARNING: the tests run by livetest.py are destructive! Only use an |
|---|
| 8 | # IMAP account you don't care about. |
|---|
| 9 | |
|---|
| 10 | [main] |
|---|
| 11 | host = <host> |
|---|
| 12 | username = <user> |
|---|
| 13 | password = <password> |
|---|
| 14 | |
|---|
| 15 | # These are optional |
|---|
| 16 | # port = 143 |
|---|
| 17 | # ssl = false |
|---|
| 18 | |
|---|
| 19 | # oauth = false |
|---|
| 20 | # oauth_url = ... |
|---|
| 21 | # oauth_token = ... |
|---|
| 22 | # oauth_token_secret = ... |
|---|
| 23 | |
|---|