-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (18 loc) · 654 Bytes
/
README
File metadata and controls
24 lines (18 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Ruby Email Parser
---------------
UPDATE: 2012-06-05
Crafted main file to be clean and sleak, with as little work
being done there as needed.
Updated classes file to call methods with and without arguments
also minmizing the need to use object variables
by calling methods within methods.
Added Improvements section to README
---------------
UPDATE: 2012-06-04
Created seperate file for class, included test email
---------------
Made a parser in php, now made a parser in ruby
Runs from the command line.
_________________________________________________________________
IMPROVEMENTS TO BE MADE:
* Create option for multi-part content