Adds the ability to import invoices from email.

This commit is contained in:
2022-04-07 21:43:19 -07:00
parent 7139da4141
commit 8870c400bf
3 changed files with 72 additions and 1 deletions

View File

@@ -92,7 +92,8 @@
;; needed for java 11
[javax.xml.bind/jaxb-api "2.4.0-b180830.0359"]]
[javax.xml.bind/jaxb-api "2.4.0-b180830.0359"]
[io.forward/clojure-mail "1.0.8"]]
:managed-dependencies [;; explicit dependencies to get to latest versions for above
[com.fasterxml.jackson.core/jackson-core "2.12.0"]
[com.fasterxml.jackson.core/jackson-databind "2.12.0"]