Post Office Protocol - Version 3

  • transport layer service used: TCP
  • port number: 110

    Typical scenario:

    USER loginname
    PASS password
    STAT
    LIST
    RETR 4
    DELE 4
    QUIT
    
    Example of a complete dialog:
    C:\> telnet mail.marshall.edu 110
    +OK POP3D(*) Server PMDFV6.1-1.2 at Tue, 10 Sep 2002 13:42:48 PST <01KMC63OH77Q9ilbo.Marshall.edu>
    USER dementiev
    +OK password please
    PASS ***********
    +OK Mailbox open, 7 messages
    +OK 23 messages
    LIST
    1 2000
    2 2400
    3 1920
    4 1280
    5 1440
    6 3440
    7 1920
    .
    RETR 1
    +OK 990 octets
    Return-path: 
    Received: from muxc02.marshall.edu
     ("port 3258"@muxc02.marshall.edu [10.101.4.83])
     by mail.Marshall.edu (PMDF V6.1-1 #41031)
     with ESMTP id <01KM6LHFECFE91WIYG@mail.Marshall.edu> for
     _dementiev@mail.Marshall.edu (ORCPT _dementiev@marshall.edu); Fri,
     06 Sep 2002 13:59:01 -0400 (EDT)
    Received: by muxc02.marshall.edu with Internet Mail Service (5.5.2653.19)
     id ; Fri, 06 Sep 2002 14:07:28 -0400
    Content-return: allowed
    Date: Fri, 06 Sep 2002 14:07:19 -0400
    From: "Dementiev, Daniel" 
    Subject: test
    To: "'_dementiev@marshall.edu'" <_dementiev@Marshall.edu>
    Message-id: <973A8A3969EF064B8C462506CBA8D4590BBDF5@muxc02.marshall.edu>
    MIME-version: 1.0
    X-Mailer: Internet Mail Service (5.5.2653.19)
    Content-type: text/plain; charset=iso-8859-1
    Content-transfer-encoding: 7BIT
    Original-recipient: rfc822;_dementiev@marshall.edu
    
    This is a test message for IST362 Network Protocol class.
    
    Daniel
    
    .
    DELE 1
    +OK Message deleted
    QUIT
    +OK bye
    Connection to host lost.
    c:\>
    

    Official information: RFC 1939 - Post Office Protocol (POP) - Version 3.