|
|
|
|
|
by rogerbinns
4877 days ago
|
|
So if both sender and recipient are using this, they'll end up demanding increasing classifications from each other in an infinite loop? I think the actual solution will turn out to be something like this http://en.wikipedia.org/wiki/Internet_Mail_2000 The important difference is that the master copy of the email resides at the sender, which means it is possible for them to update and revise it. With current SMTP the moment send is hit, the message is gone which is why band aids like this inboxpro approach exist. For example I could imagine adding a header to emails that gives a canonical url for it and some cryptographic information as well as the original body. If the recipient is using regular SMTP and mail clients then things remain as today. If they are using the new system then the recipient client can make requests for updates, give queue time information, ask for tagging etc and automatically reflect those changes in what it shows. |
|