parse-gmail-atom

1.0.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i parse-gmail-atom

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • tstringer