Mail Notify: Difference between revisions

From WebTV Wiki
Jump to navigation Jump to search
imported>Admin
m (Admin moved page Network/Protocols/Mail Notify to Mail Notify: Reorg)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
"Mail Notify" is a protocol speculated to be used by the WebTV/MSN TV service in some fashion to facilitate real-time notifications of new mail to connected boxes. The only mention of this protocol's existence so far outside of this wiki is in an internal Microsoft document [http://web.archive.org/web/20190915174055/http://www.owlriver.com/casestudy/msdetails.html#_Toc462642186]. "Mail Notify" is claimed to run on top of UDP, and alongside sending connected boxes mail notifications, supposedly tracked how many were online as well. Confirmation on if this was a service the box would contact directly or if this was simply a component of the server-side infrastructure is yet to be known.
"Mail Notify" is a protocol used by the WebTV/MSN TV service that dispatches real-time notifications to online clients to check for new mail. The only mention of this protocol's existence so far outside of this wiki is in an internal Microsoft document [http://web.archive.org/web/20190915174055/http://www.owlriver.com/casestudy/msdetails.html#_Toc462642186]. "Mail Notify" runs on top of UDP, and alongside sending connected boxes notifications for mail, supposedly tracked how many were online as well.
 
Mail Notify is a simple broadcast protocol that would send periodic datagrams to online clients to make them check for mail. As soon as a client connected to the WebTV/MSN TV service, it would be expected to open a UDP socket on port 6666 to be able to receive packets from the Mail Notify server. The contents of the datagrams are unknown, but the official WebTV/MSN TV clients do not verify them and only check if a packet has been sent from Mail Notify at all. Clients would respond to the datagrams sent from Mail Notify by making a <code>GET</code> request to <code>wtv-notices:/notices</code> on the WTVP servers, likely to get info on new mail.

Latest revision as of 09:44, 30 June 2023

"Mail Notify" is a protocol used by the WebTV/MSN TV service that dispatches real-time notifications to online clients to check for new mail. The only mention of this protocol's existence so far outside of this wiki is in an internal Microsoft document [1]. "Mail Notify" runs on top of UDP, and alongside sending connected boxes notifications for mail, supposedly tracked how many were online as well.

Mail Notify is a simple broadcast protocol that would send periodic datagrams to online clients to make them check for mail. As soon as a client connected to the WebTV/MSN TV service, it would be expected to open a UDP socket on port 6666 to be able to receive packets from the Mail Notify server. The contents of the datagrams are unknown, but the official WebTV/MSN TV clients do not verify them and only check if a packet has been sent from Mail Notify at all. Clients would respond to the datagrams sent from Mail Notify by making a GET request to wtv-notices:/notices on the WTVP servers, likely to get info on new mail.