Click here to Skip to main content
15,909,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: reading POP3 mails using c++ Pin
omkamal17-May-02 6:22
omkamal17-May-02 6:22 
GeneralRe: reading POP3 mails using c++ Pin
Ravi Bhavnani17-May-02 6:16
professionalRavi Bhavnani17-May-02 6:16 
GeneralOne more... Pin
Ravi Bhavnani17-May-02 6:12
professionalRavi Bhavnani17-May-02 6:12 
GeneralAnd a few more... Pin
Ravi Bhavnani17-May-02 6:15
professionalRavi Bhavnani17-May-02 6:15 
GeneralRe: And a few more... Pin
omkamal17-May-02 6:27
omkamal17-May-02 6:27 
GeneralRe: And a few more... Pin
omkamal17-May-02 6:52
omkamal17-May-02 6:52 
GeneralRe: And a few more... Pin
Ravi Bhavnani17-May-02 7:47
professionalRavi Bhavnani17-May-02 7:47 
GeneralRe: And a few more... Pin
omkamal17-May-02 8:01
omkamal17-May-02 8:01 
I think I found one from the codeguru link itself. I have gone thru the source code. Boy! its very heavy duty. The guy actually wrote whatever text that comes outta pop3 server Retr command to a file first.

He then parses thru the file, literally checking for strings like "To:", "From:", "Content-Disposition: attachment - <<filename>>" and then extracts everything to different variables.

Thats too much work though. Why in the world are there no C++ APIs or classes to do all these?

May be I should start writing them if no one really did before.

The sample that I am talking about in the codeguru link is this...
POP3 Client With Attachment - Alexander Volkov (2002/02/15)
Here is a simple COM server that is able to receive a mail messages and extract attached files.


omkamal
GeneralRe: And a few more... Pin
Ravi Bhavnani17-May-02 8:24
professionalRavi Bhavnani17-May-02 8:24 
GeneralRe: And a few more... Pin
omkamal17-May-02 8:47
omkamal17-May-02 8:47 
GeneralRe: And a few more... Pin
Ravi Bhavnani17-May-02 9:57
professionalRavi Bhavnani17-May-02 9:57 
GeneralRe: And a few more... Pin
omkamal17-May-02 11:00
omkamal17-May-02 11:00 
GeneralMIME utilities Pin
Ravi Bhavnani17-May-02 7:53
professionalRavi Bhavnani17-May-02 7:53 
GeneralRe: reading POP3 mails using c++ Pin
Neville Franks17-May-02 7:01
Neville Franks17-May-02 7:01 
GeneralRe: reading POP3 mails using c++ Pin
omkamal17-May-02 8:03
omkamal17-May-02 8:03 
GeneralRe: reading POP3 mails using c++ Pin
Neville Franks18-May-02 16:48
Neville Franks18-May-02 16:48 
GeneralRe: reading POP3 mails using c++ Pin
omkamal20-May-02 7:29
omkamal20-May-02 7:29 
GeneralGetting Clipboard data and displaying in dialog box Pin
Aruna17-May-02 5:31
Aruna17-May-02 5:31 
GeneralRe: Getting Clipboard data and displaying in dialog box Pin
Aaron Schaefer17-May-02 6:19
Aaron Schaefer17-May-02 6:19 
GeneralTask manager Pin
Hesham Amin17-May-02 5:08
Hesham Amin17-May-02 5:08 
GeneralRe: Task manager Pin
RobJones17-May-02 5:24
RobJones17-May-02 5:24 
GeneralRe: Task manager Pin
Mukkie18-May-02 0:49
Mukkie18-May-02 0:49 
GeneralSimple Question about include paths Pin
JohnnyG17-May-02 4:51
JohnnyG17-May-02 4:51 
GeneralRe: Simple Question about include paths Pin
Chris Losinger17-May-02 5:00
professionalChris Losinger17-May-02 5:00 
GeneralRe: Simple Question about include paths Pin
JohnnyG17-May-02 5:01
JohnnyG17-May-02 5:01 

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.