git.fiddlerwoaroof.com
post-office.asd
8ed6c623
 (asdf:defsystem :post-office
e72fb122
   :serial t
8ed6c623
   :depends-on (#:acl-compat #:cl+ssl)
e72fb122
   :components
530e610a
   (#-allegro
    (:file "compat")
8ed6c623
    (:file "imap")
    ;; (:file "smtp")
    ))