Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript email as object literal

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #174269
    jaseinatl
    Participant

    How can I parse an email message into an object literal using javascript?

    I don’t want to send email, I just want to grab email and parse it into an object that looks like:

    {to:[email protected], from:[email protected], subject:something, date:11/02/12, time:12:12:12, message:body of text}

    Any suggestions?

    #174286
    Alen
    Participant

    Where is the data coming from? In what format?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.