{"id":17873178,"url":"https://github.com/apache/james-mime4j","last_synced_at":"2025-04-05T00:08:11.417Z","repository":{"id":37385128,"uuid":"2945916","full_name":"apache/james-mime4j","owner":"apache","description":"Mirror of Apache James Mime4j","archived":false,"fork":false,"pushed_at":"2025-03-18T14:05:10.000Z","size":5346,"stargazers_count":54,"open_issues_count":0,"forks_count":80,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-03T04:16:59.730Z","etag":null,"topics":["james","java","mail","network-server"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.adoc","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2011-12-09T08:00:19.000Z","updated_at":"2025-03-18T14:05:17.000Z","dependencies_parsed_at":"2024-03-14T21:58:44.550Z","dependency_job_id":"d4732faf-3ac5-4a7c-bfe8-703e64ca835f","html_url":"https://github.com/apache/james-mime4j","commit_stats":{"total_commits":962,"total_committers":44,"mean_commits":"21.863636363636363","dds":0.7910602910602911,"last_synced_commit":"bc1abadf34e8daf92dafd8bcdb5e36eeda418867"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjames-mime4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjames-mime4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjames-mime4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjames-mime4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/james-mime4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246991129,"owners_count":20865595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["james","java","mail","network-server"],"created_at":"2024-10-28T11:00:29.344Z","updated_at":"2025-04-05T00:08:11.399Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"Apache James MIME4J\n===================\n\nimage:https://img.shields.io/badge/Join%20us-Mailing%20lists-purple.svg[link=\"https://james.apache.org/mail.html\"]\nlink:https://gitter.im/apache/james-project[image:https://badges.gitter.im/apache/james-project.svg[Join the chat at link:https://gitter.im/apache/james-project]]\nimage:https://img.shields.io/badge/CI-Jenkins-blue.svg[link=\"https://ci-builds.apache.org/job/james/job/ApacheJames-Mime4J/\"]\nimage:https://img.shields.io/badge/Documentation-green.svg[link=\"https://james.apache.org/mime4j/index.html\"]\nimage:https://img.shields.io/badge/Downloads-0.8.11-yellow.svg[link=\"https://james.apache.org/download.cgi#Apache_Mime4J\"]\nimage:https://img.shields.io/badge/Tickets-JIRA-blue.svg[link=\"https://issues.apache.org/jira/projects/MIME4J/issues\"]\nimage:https://img.shields.io/badge/License-ApacheV2-orange.svg[link=\"https://www.apache.org/licenses/\"]\nimage:https://img.shields.io/badge/Latests-news-red.svg[link=\"https://james.apache.org/index.html#posts\"]\n\nimage::james-logo.png[link=\"https://james.apache.org\"]\n\n*Mime4j* can be used to parse e-mail message streams in plain\nlink:https://datatracker.ietf.org/doc/html/rfc822[rfc822] and MIME format\nand to build a tree representation of an e-mail message.\n\nThe parser uses a callback mechanism to report parsing events such as the start of\nan entity header, the start of a body. The parser has been designed to be extremely\ntolerant against messages violating the standards.\n\nMime4j can also be used to build a tree representation of an e-mail message via the DOM API.\n\n== How to contribute?\n\n.Read more...\n[%collapsible]\n====\nJames is a project that lives from the contributions of its community! Anyone can contribute!\n\nRead https://james.apache.org/index.html#third[how to contribute].\n\nWe more than welcome *articles* and *blog posts* about James. Contact us by https://james.apache.org/mail.html[email]\nor on https://gitter.im/apache/james-project[Gitter] to share your experiences.\n\n*Documentation* is an easy way to get started, and more than wanted! Check out the https://issues.apache.org/jira/issues/?jql=project%20%3D%MIME4J%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20documentation%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~documentation] label on JIRA.\n\nAnd to get started with *code contributions*, search out the\nhttps://issues.apache.org/jira/issues/?jql=project%20%3D%20MIME4J%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20newbie%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~newbie],\nhttps://issues.apache.org/jira/issues/?jql=project%20%3D%20MIME4J%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20easyfix%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~easyfix],\nhttps://issues.apache.org/jira/issues/?jql=project%20%3D%20MIME4J%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20feature%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[~feature] labels on JIRA.\n\nThere is many other ways one can help us: packaging, communication, etc ...\n====\n\n== Maven dependencies\n\n.Read more...\n[%collapsible]\n====\nAdd this maven dependency to import MIME4J core:\n\n....\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.apache.james\u003c/groupId\u003e\n    \u003cartifactId\u003eapache-mime4j-core\u003c/artifactId\u003e\n    \u003cversion\u003e0.8.11\u003c/version\u003e\n\u003c/dependency\u003e\n....\n\nAdd this maven dependency to import MIME4J dom:\n\n....\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.apache.james\u003c/groupId\u003e\n    \u003cartifactId\u003eapache-mime4j-dom\u003c/artifactId\u003e\n    \u003cversion\u003e0.8.11\u003c/version\u003e\n\u003c/dependency\u003e\n....\n====\n\n== How to compile the project\n\n.Read more...\n[%collapsible]\n====\nWe require link:https://maven.apache.org[maven] version 3.6.0 minimum to build the project.\n\nSimply run `mvn clean install` within this directory to compile the project.\n\nUseful options includes:\n\n- `-DskipTests` to skip the long to execute resource consuming test suite that requires a docker daemon.\n- `-T 4` to parallelize the build on several CPUs.\n====\n\n== How to use MIME4J\n\nWe maintain a set of link:examples/src/main/java/org/apache/james/mime4j/samples[examples] detailing how one can use MIME4J.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjames-mime4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fjames-mime4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjames-mime4j/lists"}