{"id":77192,"library":"apache-mailet-api","title":"Apache Mailet API","description":"The Apache Mailet API is a flexible specification for mail processing agents.","status":"active","version":"3.9.0","language":"java","source_language":null,"source_url":"http://git-wip-us.apache.org/repos/asf/james-project.git","tags":["apache","mailet","mail","processing","api"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.james</groupId>\n  <artifactId>apache-mailet-api</artifactId>\n  <version>3.9.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.james:apache-mailet-api:3.9.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Mailet","correct":"org.apache.mailet.Mailet"}],"quickstart":{"code":"import org.apache.mailet.Mailet;\nimport javax.mail.MessagingException;\nimport javax.mail.internet.MimeMessage;\n\npublic class Example implements Mailet {\n    public void service(MimeMessage mail) throws MessagingException {\n        System.out.println(\"Processing mail: \" + mail.getSubject());\n    }\n}","lang":"java","description":"Minimal usage implementing the Mailet interface to process mail."},"warnings":[],"env_vars":null,"search_vec":"'agent':15 'apach':1,5,16 'api':3,7,20 'flexibl':10 'mail':13,18 'mailet':2,6,17 'process':14,19 'specif':11","created_at":"2026-06-17T19:50:08.205475+00:00","updated_at":"2026-06-17T19:50:08.205475+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://james.apache.org/mailet/api/","github":null,"docs":"https://appdoc.app/artifact/org.apache.james/apache-mailet-api/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}