Search:

Type: Posts; User: scapres75

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,617

    Re: SMTP Server Help! need to write commands for Helo, Mail, RCPT, Data and Quit

    Yes, but I am new to the forum and wasn't sure if I posted correctly

    --- Update ---

    I wasn't sure the correct "syntax" for posting code in the forum. Can you explain what you are referring too?...
  2. Replies
    9
    Views
    1,617

    Re: SMTP SERVER in Java

    I apologize, I have the first part of my code, and those commands just need to added to it...would be glad to share!

    --- Update ---

    During one SMTP session a set of messages can be transferred...
  3. Replies
    9
    Views
    1,617

    Re: SMTP SERVER in Java

    I need to create 4 commands in Java: The HELO command, MAIL command, RCPT command and the DATA command. I will test the server using telnet localhost. The code attached works for the Help and Quit...
  4. Replies
    9
    Views
    1,617

    SMTP Server Help! need to write commands for Helo, Mail, RCPT, Data and Quit

    I have 3 classes: FSM, ServerThread and smtpd. The code is posted below. My question is how do I Implement commands HELO, MAIL, RCPT, DATA, QUIT in such a way so SMTP server will be capable of...
  5. Replies
    9
    Views
    1,617

    SMTP SERVER in Java

    Hello!

    I am doing a project for a class and have gotten completely stuck. We are creating an SMTP server using Java. The instructions are as followed:

    Implement commands HELO, MAIL, RCPT, DATA,...
Results 1 to 5 of 5