manuelfrancis
Member Since: 1998/07/17
Tech Certifications:

Provide a quick, creative biography in 140 characters or less.

More bio
Activity
Points this month0
Total points100
Questions: 1
Solutions: 1
Articles:
Videos:
Tutorials:
Posts:
Professional Background
No Professional Background shown
More
Education
No Education Background shown
More
Full Biography

As of now there is no direct support to the SMPT /POP3 but you can send or recive the mails using the Microsoft MAPI support or else going for the direct Socket Programming is the only answer, for that you reffer the RFC 1939, RFC-822,RFC-1081.

POP3{

* APOP name digest     Authenticate by sending message digest (MD5) of UTC date-time
                       string passed by server at TCP connection and  user's password.

* USER name            Send the user's mailbox name to server.

* PASS password        Send the user's password as clear text.
 
Transaction Phase
  DELE msg             Tell the server to delete a particular message.

  LIST [msg]           Tell the server to send a list of mail messages and length of each
                       mail message in bytes (one message per line).

  NOOP                 No operation.

  RETR msg             Request to retrieve a particular message from the server.

  RSET                 Reset state and unmask any messages marked for deletion.

  STAT                 Tell the server to send several messages and their sizes in bytes.

* TOP msg lines        Tell the server to send a message header, a blank line, then several
                       lines from the message.

* UIDL [msg]           Tell the server to send a unique-ID listing for all messages or an individual
                       message. The server sends a message number followed by an  arbitrary string (usually a hash of the message header and text).
 
Update Phase
  QUIT                 Tell the server to commit changes to the maildrop.
 
At least this much commands should be created for a good POP3 client.
}

SMTP
{

* USER name            Send the user's  name to server.

* PASS password        Send the user's password as clear text.

* HELO - The HELO command initiates a session.
* MAIL FROM:  - what the return address is.

* RCPT TO:  - is the destination address

* DATA -Tells the server that the following lines contain the message body.

}

This might help you ...?


More
Languages
No Languages shown

Level Progress

Current: Level 0
manuelfrancis needs 1,900 points to level up.
LVL 1
  • Overall
    0