Created
April 19, 2024 03:27
-
-
Save Yasushi/18825a5c2b0fdf2c3f294552923d09e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clj -Sdeps '{:deps {org.simplejavamail/outlook-module {:mvn/version "8.8.3"} org.simplejavamail/simple-java-mail {:mvn/version "8.8.3"} }}' -e '(println (.getPlainText (org.simplejavamail.converter.EmailConverter/emlToEmail (slurp "email.eml"))))' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment