Crate vqueue
Expand description
vQueue: the vSMTP’s queue manager
Modules
- Module containing the Command Line Interpreter
- The filesystem implementation of the queue manager, writing mails (
MailContextandMessageBody) to the/var/spool/vsmtpdirectory (path configurable). - temp
testingSimilar to the filesystem implementation, but using a temporary directory.
Enums
- identifiers for all mail queues.
Traits
- Extension to the
GenericQueueManagerto simplify filesystem implementation. - CRUD operation for mail in queues.