Changeset 204:ea3eff2a866a for imapclient/examples/example.py
- Timestamp:
- 02/05/11 14:29:46 (16 months ago)
- Branch:
- default
- Children:
- 205:acd252641599, 241:02267ec2f100
- Tags:
- 0.7
- Files:
-
- 1 modified
-
imapclient/examples/example.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imapclient/examples/example.py
r174 r204 1 # Copyright (c) 2011, Menno Smits 2 # Released subject to the New BSD License 3 # Please see http://en.wikipedia.org/wiki/BSD_licenses 4 1 5 from imapclient import IMAPClient 2 6
