Search Results

2
votes

Creating an IMAP client application in Silverlight

Silverlight does not yet allow arbitrary socket connections, which you would need to connect to an IMAP server on the privileged port of 143. Silverlight can only connect to servers, even with a cl …