资 源 简 介
A pop3 daemon in python:
Virtual users and maildir by default.
Runs behind inetd or similar.
Stick it behind stunnel too if you want pop3s.
Easy to change and customize:
Single file - no dependencies, except to libraries that ship with Python.
Less than 500 lines of code with license and doc comments (but without the test suite).
Object oriented. MailDirMailDrop is under 50 lines of code because it extends AbstractMailDrop. Mail drops, authentication methods, texts presented to the user - these are all orthogonal and so very easy to customise.
Full test suite - so you know you haven"t broken it.
Does a pop3d need to be more complicated than this?
Feel