atduskgreg / Processing-Email

Example of parsing email in Processing using javax.mail and a minimalist wrapper class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Example of Parsing Email with Processing

An example of using the JavaMail package to parse email in Processing. Also includes a simple wrapper class that avoids the jankiness of the JavaMail API (and demonstrates how to use that API). To extend yourself, checkout the JavaMail API Docs.

The example emails used here are from the Enron Email Dataset.

About

Example of parsing email in Processing using javax.mail and a minimalist wrapper class


Languages

Language:Processing 100.0%