Changeset 77:2a0405ef90aa for README

Show
Ignore:
Timestamp:
29/04/09 00:15:18 (3 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
convert_revision:
menno@pali-20090428231518-r3kun49ad4idkdz5
Message:

Updated docs for version 0.5

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r76 r77  
    55 
    66Features: 
    7     - Arguments and return values are natural Python types.  
    8     - IMAP server responses are fully parsed and readily useable.  
    9     - IMAP unique message IDs (UIDs) are handled transparently. There is no 
    10       need to call different methods to use UIDs. 
    11     - Escaping for internationalized mailbox names is transparently handled. 
    12       Unicode mailbox names may be passed as input where-ever a folder name is 
    13       accepted. 
    14     - Time zones are transparently handled including when the server and client 
    15       are in different zones. 
    16     - Convenience methods are provided for commonly used functionality. 
    17     - Exceptions are raised when errors occur. 
     7- Arguments and return values are natural Python types.  
     8- IMAP server responses are fully parsed and readily useable.  
     9- IMAP unique message IDs (UIDs) are handled transparently. There is no 
     10  need to call different methods to use UIDs. 
     11- Escaping for internationalised mailbox names is transparently handled. 
     12  Unicode mailbox names may be passed as input wherever a folder name is 
     13  accepted. 
     14- Time zones are transparently handled including when the server and client 
     15  are in different zones. 
     16- Convenience methods are provided for commonly used functionality. 
     17- Exceptions are raised when errors occur. 
    1818 
    1919Why IMAPClient? 
     
    8484---------- 
    8585There are fairly comprehensive unit tests for the FETCH response parser and 
    86 related code in test_FetchParser.py. These tests use unittest and can be run 
    87 using "python setup.py test" or "python run_tests.py". 
     86a growing number of other parts of the code. These tests use unittest and can 
     87be run using "python setup.py test" or "python run_tests.py".