Changeset 159:a8bae34314de

Show
Ignore:
Timestamp:
11/05/10 13:19:17 (21 months ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

fixed spelling error

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • README

    r140 r159  
    66Features: 
    77- Arguments and return values are natural Python types.  
    8 - IMAP server responses are fully parsed and readily useable.  
     8- IMAP server responses are fully parsed and readily usable.  
    99- IMAP unique message IDs (UIDs) are handled transparently. There is no 
    1010  need to call different methods to use UIDs. 
  • setup.py

    r158 r159  
    1919Features: 
    2020    * Arguments and return values are natural Python types. 
    21     * IMAP server responses are fully parsed and readily useable. 
     21    * IMAP server responses are fully parsed and readily usable. 
    2222    * IMAP unique message IDs (UIDs) are handled transparently. 
    2323    * Internationalised mailbox names are transparently handled.