我难以执行以下设想。
Let s say you have a web site with ability to send and recieve messages between users. User recieves an email with notification he has a new message on the software system (doesn t matter in what it is implemented). He can respond to this message by sending a reply via email or by logging into the site and replying to the message using the site.
In case of the first approach if user simply replies to the email notification, how can you (as a developer) know what message (ID) is the reply for? I m thinking the info would be stored in the MIME extensions. Are the MIME extensions transfered to the reply of the message? If yes than the solution could be to see the data of the original message notification for wich the user replyes to. Any ideas? Thank you