parse-gmail-atom
v1.0.0
Published
Parse the output of Gmail's Atom feed for email
Downloads
2
Readme
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