Managed Projects

Apache JAMES Project

Claimed by Apache Software Foundation Analyzed 1 day ago

The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server, NNTP News and JMAP server. James is a complete and portable enterprise mail engine solution based on currently available open protocols. James is also a mail application platform. We have ... [More] developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail application platform API. [Less]

667K lines of code

18 current contributors

2 days since last commit

23 users on Open Hub

High Activity
4.5
   
I Use This

Apache JAMES mime4j

Claimed by Apache Software Foundation Analyzed about 3 hours ago

mime4j provides a parser, MimeStreamParser , for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you should ... [More] have no problem getting started with mime4j. The parser only deals with the structure of the message stream. It won't do any decoding of base64 or quoted-printable encoded header fields and bodies. This is intentional - the parser should only provide the most basic functionality needed to build more complex parsers. However, mime4j does include facilities to decode bodies and fields and the Message class described below handles decoding of fields and bodies transparently. [Less]

77K lines of code

0 current contributors

about 1 month since last commit

4 users on Open Hub

Low Activity
0.0
 
I Use This

Apache James jSieve

Claimed by Apache Software Foundation Analyzed about 23 hours ago

jSieve is a Java implementation of the Sieve mail filtering language defined by RFC 3028. jSieve is implemented as a language processor that can be plugged into any internet mail application to add Sieve support. Sieve is an extensible mail filtering language. It's limited expressiveness (no ... [More] loops or variables, no tests with side effects) allows user created scripts to be run safely on email servers. Sieve is targeted at the final delivery phase (where an incoming email is transfered to a user's mailbox). Sieve scripts are composed of commands. Control commands manage the execution of the script. Test commands define side-effect free criteria. Action commands are mail operations to be performed. [Less]

26K lines of code

0 current contributors

about 1 year since last commit

4 users on Open Hub

Very Low Activity
0.0
 
I Use This

Apache JAMES jSPF

Claimed by Apache Software Foundation Analyzed about 19 hours ago

The jSPF library is pure Java SPF implementation. It was designed to match the current SPF-Specs of 2006-2007 (See RFC section). SPF is also knows as Sender Policy Framework. It was designed to detect email spoofing.This is the solution if you ever was tired of getting spam from yourself. For more ... [More] informations see openspf website or new openspf website . [Less]

8.13K lines of code

0 current contributors

about 2 months since last commit

2 users on Open Hub

Low Activity
5.0
 
I Use This

Apache JAMES Postage

Claimed by Apache Software Foundation Analyzed about 13 hours ago

Postage is a stand-alone pure-java application generating mail traffic on mail servers. It uses standard mail protocols to do this, currently POP3 and SMTP. Therefore, it is well suited for testing any mail server supporting those protocols. It was particularily created for running against ... [More] Apache James Server and contains special feature for it. [Less]

6.79K lines of code

0 current contributors

over 3 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This