Small. Fast. Reliable.
Choose any three.
*** 122,124 ****
--- 122,128 ----
  account I have is a gmail one which requires SSL access. How hard would this
  be to add -- just a question of package require tls and a couple of lines, or
  a more substantial change? -- Neil Madden
+ _drh replies: This is probably just a "package require tls" plus a few lines of
+ code at the point where it sets up the TCP/IP connection to the POP3
+ mail server, in the fetch.tcl source file.  But I have never used TLS nor
+ POP3 over SSL so I really don't know._