mozilla / restmail.net

a REST only mail server for ephemeral email addresses

Home Page:http://restmail.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email subject appears twice in email json

zacc opened this issue · comments

commented

javascript

[{"text":"\n",
"headers":{"received":"---------------",
"message-id":"4FBCEE29.8010207@mozilla.com",
"date":"Wed, 23 May 2012 15:03:21 +0100",
"from":"---------------",
"user-agent":"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1",
"mime-version":"1.0",
"to":"123donetest1116@restmail.net",
"subject":"testering!!",
"content-type":"text/plain; charset=ISO-8859-1; format=flowed",
"content-transfer-encoding":"7bit"},
"subject":"testering!!",
"priority":"normal",
"from":[{"address":"---------------","name":"---------------"}],
"to":[{"address":"123donetest1116@restmail.net","name":""}]
}]

@lloyd changed the structure of the json a while ago and I think this issue can be closed.

I can confirm that I no longer see this issue in a fresh deployment, closing the ticket