26.22 POP Mail Server

REVIEW

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: <fred@yahoo.com>
  Delivered-To: kayon@mail.togaware.com
  ... 
  . 
  DELE 1
  +OK Deleted. 
  QUIT
  +OK Bye-bye. 
  Connection closed by foreign host. 


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0