Yuri,

> If someone is willing to point me to a good tutorial I'll
> learn it myself and give the talk mid 2003, if I get around
> to learning it.

Here is a list of some of the commands available on my mail server:

This server recognizes the following commands:
  USER - login as a user
  PASS - specify a password
  APOP - perform secure login
  CAPA - RFC2449 capability discovery
  STAT - show mailbox statistics
  RETR - send a message
  LIST - show message numbers and sizes
  DELE - delete a message
  RSET - 'undo' all mailbox changes
  TOP  - show lines from a message
  QUIT - close the connection
  NOOP, RPOP, LAST are also supported.

telnet mailserver 110
user david
pass noneofyourbusiness
list
Do some other stuff
quit

That might get you started.


Later

David Kirk
 
> I have managed to send emails by telneting to a smtp port
> and typing HELO etc.
> 

Reply via email to