- Projects
- Computer security
- jQuery code
- qpsmtpd code
Steve Kemp's Homepage
|
Email Software
QPSMTPD
Free Software
|
This software is a stub IMAP server which is designed to be driven by inetd. It is in no way a complete product, or project, rather it is a framework which can be fleshed out to provide your own custom IMAP server. There is a simple driver skximap::core which reads commands from STDIN and dispatches control. All code that actually deals with messages is contained in the module skximap::local - Thats the part you need to replace, rewrite, or extend to do your own funky things. Thus far the "extension" must support the following methods:
The following parts are available:
|