[Hepserver-devel] Status of IMAP / integrating filtering
Status: Alpha
Brought to you by:
abefettig
|
From: Gordon W. <gwe...@od...> - 2003-05-09 20:18:44
|
A couple questions: 1) What's the status of IMAP support in Hep? The comment in heplib.servers.imap says "includes a full-blown twisted imap server, which should get migrated upstream eventually." - is this waiting on Twisted? 2) I've been thinking about experimenting with integrating Bayesian classification into Hep. I've been studying the source for Spambayes, but I'm wondering if/how it could fit into Hep's architecture. I guess the easiest answer is to put Spambayes' POP3 filter in front of the POP3 protocol - do you think that there's a way to get it all into the same package? I think that to get Bayesian filtering to work, you'd have to 3) One more thing, it looks like Hep isn't quoting the From: line when I do a POP3 retrieve, the first example I took from a trace retrieving mail from my ISP, the 2nd is a trace from Hep. In Moz mail, this causes the from line to get displayed incorrectly: From: "PC Connection" <pcc...@pc...> From: Danno Ferrin: ... Speling Errors I was going to submit a patch instead of a bug report, but I'm still not up to speed on the code :-( |