You are not logged in Log in Join
You are here: Home » Members » morphex » Zope Grand Unified Messenger » Archive » Grand Unified Messenger » GUM-Wiki » General_discussion » wikipage_view

Log in
Name

Password

 
 

General_discussion

I'm wondering on how to solve the fetchmail -> ZODB layer. That is, fetchmail will return all the messages retrieved to an MTA, which we will have to emulate, somehow. One way to do this would be to have a stand-alone python script receive each and every message; this could be done by saving the messages to some pre-defined directory, which we then again poll, but this seems like a.. fat way to do it. I'd like to hear suggestions on how to solve this. Everything from there is straightforward enough.

I've uploaded a new version of GUM, the only change is that I've updated the rfc822_message class to use the MimeWriter? module, instead of the home-cooked one. =)

CVS access to GUM will hopefully be up soon.