[Assorted-commits] SF.net SVN: assorted: [722] mailing-list-filter/trunk/src/mlf.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 08:26:51
|
Revision: 722 http://assorted.svn.sourceforge.net/assorted/?rev=722&view=rev Author: yangzhang Date: 2008-05-08 01:26:56 -0700 (Thu, 08 May 2008) Log Message: ----------- amoved ideas list to README Modified Paths: -------------- mailing-list-filter/trunk/src/mlf.py Modified: mailing-list-filter/trunk/src/mlf.py =================================================================== --- mailing-list-filter/trunk/src/mlf.py 2008-05-08 08:26:38 UTC (rev 721) +++ mailing-list-filter/trunk/src/mlf.py 2008-05-08 08:26:56 UTC (rev 722) @@ -6,15 +6,6 @@ is performed via the In-Reply-To and References headers. """ -# Currently, we assume that the server specification points to a mailbox -# containing all messages (both sent and received), and a message is determined -# to have been sent by you by looking at the From: header field. This should -# work well with Gmail. An alternative strategy is to look through two folders, -# one that's the Inbox and one that's the Sent mailbox, and treat all messages -# in Sent as having been sent by you. -# -# Possible future tasks: implement incremental maintenance of local cache. - from __future__ import with_statement from collections import defaultdict from email import message_from_string This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |