Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

POP Mail Server


You can manually interact with a POP server to perhaps manually delete an email that your mail too is having trouble downloading, or simply to check things out. Here's a sample manual session:



  $ telnet pop.togaware.com 110
  Trying 203.95.38.50... 
  Connected to pop.togaware.com. 
  Escape character is '^]'. 
  +OK Hello there. 
  USER kayon
  +OK Password required. 
  PASS Secret
  +OK logged in. 
  LIST
  +OK POP3 clients that break here, they violate STD53. 
  1 2269
  2 1498
  3 2816
  4 2113
  . 
  RETR 1
  +OK 2269 octets follow. 
  Return-Path: <[email protected]>
  Delivered-To: [email protected]
  ... 
  . 
  DELE 1
  +OK Deleted. 
  QUIT
  +OK Bye-bye. 
  Connection closed by foreign host.


Copyright © 1995-2006 [email protected]

 
 
  Published under the terms fo the GNU General Public License Design by Interspire