Simple LISP library to parse a maildir file into a usable structure. It can then be used to move messages around based on these rules. Developed to fulfill my personal itch, pull requests welcome!

package.lisp 65B

12345
  1. ;;;; package.lisp
  2. (defpackage #:mailfilter-parse
  3. (:use #:cl))