1.0.0 • Published 8 years ago

parse-gmail-atom v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Parse Gmail Atom Feed emails

Simple command line app that parses the Atom XML feed for Gmail emails

Usage

$ curl ... | pgmail

Output

The output has the format of emails being delimited by ***EMAIL***. For each email portion this is the format...

0:  EmailId
1:  SenderName
2:  SenderEmailAddress
3:  MessageSubject
4+: MessageBody

Note: those line numbers are not included in the output, just here to reference their order