Hi Dave,

I'm glad to share it. The project is actively used, and developed on need-to bases.

I'm not sure if you're familiar with setting up roxen, but I can help if needed with setting things up.
Go get them at http://www.electronics-design.nl/modules/

There are basically 4 module:

=> dbmail_auth.pike
creates an roxen authentication module. To let webusers login against the dbmail database.
=> dbmail.pike
creates an interface to the messages, it has various emits. Keep in mind the module does not create webpages, that you have to do in rxml. (I detest modules which automatically created predefined pages or parts).
=> mime.pike
mime-decoding for roxen. This module is the one I'm least fond of, because it needs to parse the whole message including attachment before
        viewing, which needs lot's of cache with large messages.
=>timesieved.pike
this module interfaces not with the database directly but to the timsieved. I've chosen this way because the daemon checks the scripts before
        inserting into the database.

Marc


Op 17-nov-2006, om 14:27 heeft Dave Williams het volgende geschreven:

Marc, I am interested in your work if are willing to share it. I may also be willing to help you with this project if it is still active

~Dave


Marc Dirix wrote:
I've created a basic roxen/rxml implementation for webmail with direct sql access. If you're interested I would be happy to share my work. But it is not
fully complete, or tested against scalability yet...


Marc
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail





Reply via email to