Click here to Skip to main content
15,917,473 members
Home / Discussions / C#
   

C#

 
Generalregd datagrid Pin
karteek15-May-04 1:01
karteek15-May-04 1:01 
GeneralRe: regd datagrid Pin
..Hubert..15-May-04 4:06
..Hubert..15-May-04 4:06 
GeneralRe: regd datagrid Pin
karteek15-May-04 4:24
karteek15-May-04 4:24 
GeneralRe: regd datagrid Pin
Heath Stewart16-May-04 12:10
protectorHeath Stewart16-May-04 12:10 
GeneralCan't create socket under windows service project Pin
kookai15-May-04 0:44
kookai15-May-04 0:44 
GeneralDesigner - Dataset - Not adding to form Pin
Member 78672014-May-04 23:46
Member 78672014-May-04 23:46 
GeneralPlease help me POP3 with attachment Pin
Anonymous14-May-04 17:17
Anonymous14-May-04 17:17 
GeneralRe: Please help me POP3 with attachment Pin
Heath Stewart16-May-04 12:24
protectorHeath Stewart16-May-04 12:24 
You're looking for open source so you can just rip off the code? Perhaps you should try learning the POP3 specification. Here's the RFC (RFC 1939): ftp://ftp.rfc-editor.org/in-notes/rfc1939.txt[^].

As far as encoding, you can really use about any you want but UUEncode and Base64 are most common (Base64 is most common between those two these days). Support is already provided in .NET 1.x using the Convert.ToBase64String, Convert.FromBase64String (and related - used for small blocks of text or binary data), ToBase64Transform and FromBase64Transform (for small and larger blocks of text or binary data).

If you don't need the code, then there are countless POP3 clients available. You can find both them and code by doing a google search[^].

 

Microsoft MVP, Visual C#
My Articles
GeneralCheck if Windows Form is already loaded Pin
Alan Zhao14-May-04 16:21
Alan Zhao14-May-04 16:21 
GeneralRe: Check if Windows Form is already loaded Pin
..Hubert..15-May-04 0:49
..Hubert..15-May-04 0:49 
GeneralRe: Check if Windows Form is already loaded Pin
Dave Kreskowiak15-May-04 3:01
mveDave Kreskowiak15-May-04 3:01 
GeneralRe: Check if Windows Form is already loaded Pin
Alan Zhao15-May-04 6:07
Alan Zhao15-May-04 6:07 
GeneralRe: Check if Windows Form is already loaded Pin
Dave Kreskowiak15-May-04 9:15
mveDave Kreskowiak15-May-04 9:15 
GeneralRe: Check if Windows Form is already loaded Pin
Alan Zhao15-May-04 14:44
Alan Zhao15-May-04 14:44 
GeneralRe: Check if Windows Form is already loaded Pin
Dave Kreskowiak16-May-04 4:15
mveDave Kreskowiak16-May-04 4:15 
GeneralWSE Client recieveing attachment from service. Pin
Michael A. Barnhart14-May-04 16:09
Michael A. Barnhart14-May-04 16:09 
GeneralRe: WSE Client recieveing attachment from service. Pin
Michael A. Barnhart15-May-04 2:12
Michael A. Barnhart15-May-04 2:12 
Generaltapi communication over the LAN Pin
Member 69108914-May-04 15:43
Member 69108914-May-04 15:43 
GeneralRe: tapi communication over the LAN Pin
Dave Kreskowiak15-May-04 3:04
mveDave Kreskowiak15-May-04 3:04 
GeneralRe: tapi communication over the LAN Pin
Member 69108915-May-04 6:55
Member 69108915-May-04 6:55 
GeneralRe: tapi communication over the LAN Pin
Dave Kreskowiak15-May-04 9:21
mveDave Kreskowiak15-May-04 9:21 
GeneralRe: tapi communication over the LAN Pin
Member 69108916-May-04 2:53
Member 69108916-May-04 2:53 
GeneralRe: tapi communication over the LAN Pin
Dave Kreskowiak16-May-04 4:22
mveDave Kreskowiak16-May-04 4:22 
GeneralRe: tapi communication over the LAN Pin
Member 69108916-May-04 7:57
Member 69108916-May-04 7:57 
GeneralRe: tapi communication over the LAN Pin
Dave Kreskowiak16-May-04 11:52
mveDave Kreskowiak16-May-04 11:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.