2 projects tagged "whitelist"
Jaro Mail is an integrated suite of interoperable tools for GNU/Linux and Apple/OS X to manage email communication in a private way, without relying on online services (in fact, encouraging users to store email locally). It mainly features a system for mailinglist filtering, address-book integrated whitelisting, and long-term email storage and archiving with functions for fast search and usage statistics. It makes internal use of customized versions of popular Unix tools like Mutt, Fetchmail, Procmail, Mairix, and Msmtp.
jsoup is a Java library for working with real-world HTML. It can parse HTML from a URL, file, or string. It can find and extract data, using DOM traversal or CSS selectors. The HTML elements, attributes, and text can be manipulated. It can clean user-submitted content against a safe white-list. jsoup is designed to deal with all varieties of HTML found in the wild, from pristine and validating to invalid tag-soup; jsoup will create a sensible parse tree.