Minimal email system (message board system)

 A web page, the upper 30% is the input box + send button, and the lower 70% is the message list.


Send a message through a GET request and obtain the message list. 


"http://api.com?message=***"


The server needs to remove duplicate messages.


___


极简主义邮箱系统(留言板系统):


一个网页,上部分30%是输入框+发送按钮,下部分70%是留言列表。


通过一个GET请求发送留言,同时获取留言内容。?message=***


服务器需要删除重复内容。


#email #idea #yingshaoxo