Changeset 275:4465b569eab0 for README
Legend:
- Unmodified
- Added
- Removed
-
README
r264 r275 111 111 code.interact() function from the standard library is used. 112 112 113 The interact functionality can also be accessed like this: 114 115 python -m imapclient.interact ... 116 117 This works when IMAPClient has been installed from PyPI. 118 113 119 114 120 livetest.py … … 132 138 of the IMAP server. 133 139 140 The livetest functionality can also be accessed like this: 141 142 python -m imapclient.livetest ... 143 144 This works when IMAPClient has been installed from PyPI. 145 134 146 135 147 Unit Tests
