Small. Fast. Reliable.
Choose any three.
*** 111,116 ****
--- 111,118 ----
  with {quote: ActiveTcl} and searching for "*sqlite*" in Tcl install dir returned no files. Can you confirm
  that sqlite really is included with {quote: ActiveTcl} for Linux? Or perhaps sqlite didn't make it into
  beta3 but will in beta4 or whatever it will be called?
+ (bas) I have sqlite as part of AS Tcl on windows 8.4.11, and Linux 8.4.12. Are you sure you are using the AS tclsh, and not one that was installed from the Linux distro?
+ 
  
  _2005-Sep-30_ {linebreak}
  I like the idea of coming up with a standard mail database schema that any mail client could then
***************
*** 126,128 ****
--- 128,133 ----
  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._
+ 
+ _2006-Jan-27_ {linebreak}
+ I actually started writing a outlook clone based on Sqlite, for some of the same reasons that you describe (although I wanted calendar too) (bas).