Crazy Email Reciver Service

           
From To[0] To[ALL] Subject Content Date

API

/all get all emails (limit 100)
/from/{addr} get emails from addr (limit 100)
/to/{addr} get emails to addr(limit 100)

example:

                [{
                        "from": "a@example.com",
                        "to0": "b@example.com",
                        "to": ["b@example.com"],
                        "subject": "A test",
                        "content": "xxxxxxxxxxxxxxxxx*
                }]