CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: C# Pop3 TLS/SSL

  1. #1
    Join Date
    Nov 2006
    Posts
    146

    C# Pop3 TLS/SSL

    Hi all,

    I am developing a small application that just checks for email, but most servers use TLS / SSL...does anyone know how to handle/create these sessions? I can receive email fine with a non-encrypted POP3 server.
    If this post helps you out, please rate it!

  2. #2
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

    Re: C# Pop3 TLS/SSL

    System.Net.Security.SslStream

    wrap your socket code with one of those if tls/ssl is needed.

  3. #3
    Join Date
    Nov 2006
    Posts
    146

    Re: C# Pop3 TLS/SSL

    Thanks a lot! I will look into that
    If this post helps you out, please rate it!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured