{"id":17341104,"url":"https://github.com/davidvujic/clojure-email-experiment","last_synced_at":"2026-07-15T02:32:46.758Z","repository":{"id":71459987,"uuid":"331864540","full_name":"DavidVujic/clojure-email-experiment","owner":"DavidVujic","description":"Experimenting with parsing email files using Clojure","archived":false,"fork":false,"pushed_at":"2021-02-05T10:32:30.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T02:56:37.385Z","etag":null,"topics":["clojure","email","parsing"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DavidVujic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-22T07:03:16.000Z","updated_at":"2021-02-05T10:32:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ae0ddc1-16de-498e-b2cc-65599cde87cb","html_url":"https://github.com/DavidVujic/clojure-email-experiment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DavidVujic/clojure-email-experiment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidVujic%2Fclojure-email-experiment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidVujic%2Fclojure-email-experiment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidVujic%2Fclojure-email-experiment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidVujic%2Fclojure-email-experiment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidVujic","download_url":"https://codeload.github.com/DavidVujic/clojure-email-experiment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidVujic%2Fclojure-email-experiment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35488230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","email","parsing"],"created_at":"2024-10-15T15:47:48.720Z","updated_at":"2026-07-15T02:32:46.753Z","avatar_url":"https://github.com/DavidVujic.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"### clojure-email-experiment\n\nThis repo has evolved into a `Clojure` library downloadable at `Clojars` and is now maintained in a different repo:\nhttps://github.com/DavidVujic/email-attachments\n\nExperimenting with parsing an email file using Clojure. \n\n#### Usage\n\nExample, extract an attached CSV file from an email and extract the content as a stream:\n\n``` clojure\n\n(-\u003e\u003e \"my_email_file.eml\"\n      io/input-stream\n      email/content-types\n      (filter email/csv?)\n      first\n      email/content-stream)\n```\n\n#### References\nGot a lot of inspiration and ideas from these repositories:\n\n* [clojure-mail](https://github.com/owainlewis/clojure-mail)\n* [simple-email](https://github.com/kisom/simple-email)\n\nUseful Java docs:\n* https://docs.oracle.com/javaee/6/api/javax/mail/internet/MimeMessage.html\n* https://commons.apache.org/proper/commons-email/apidocs/org/apache/commons/mail/util/MimeMessageParser.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidvujic%2Fclojure-email-experiment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidvujic%2Fclojure-email-experiment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidvujic%2Fclojure-email-experiment/lists"}