Patches item #1084092, was opened at 2004-12-12 19:14
Message generated for change (Comment added) made by fdrake
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1084092&group_id=5470
Category: Documentation
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Sean Reifschneider (jafo)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Description of args to IMAP4.store() in imaplib
Initial Comment:
This patch includes a description of (as far as I can
tell) what the option message_set can be, and more
information about what the "command" option to store()
needs to be. It also includes an example of using
store() to delete messages. I also added a "close()"
before "logout()" in the example, since the
documentation says close is recommended before logout.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2005-01-18 23:50
Message:
Logged In: YES
user_id=3066
Committed with suggested changes as Doc/lib/libimaplib.tex
revisions 1.32, 1.30.4.2, 1.24.12.1.
----------------------------------------------------------------------
Comment By: Jp Calderone (kuran)
Date: 2004-12-18 14:55
Message:
Logged In: YES
user_id=366566
message_set may also take forms including a wildcard upper
bound ("*") and define multiple non-continuous ranges (comma
delimited). For example,
# all messages from 3 up
3:*
# 3, 4, 5, 7, 8, 9
3:5,7:9
This seems worthy of note in the docstring.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1084092&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches