*** 13,18 **** --- 13,22 ---- package require smtp package require md4 + (Added 2006-01-29:) The use of the pop3 package has been discontinued. + The TCL pop3 package is unreliable. I wrote my own substitute that + seems to work much better. + *The Problem To Be Solved* I have several complaints with existing MUAs. They generally have *************** *** 26,32 **** To be more specific, I want to use my desktop in my office and my laptop when I'm travelling - I want to be able to check email from either machine - and I want to have access to the (gigabytes) of ! historical email from either system. I have not found a good way to do that with previous MUAs. --- 30,37 ---- To be more specific, I want to use my desktop in my office and my laptop when I'm travelling - I want to be able to check email from either machine - and I want to have access to the (gigabytes) of ! historical email from either system, potentially while disconnected ! from the internet. I have not found a good way to do that with previous MUAs. *************** *** 48,54 **** resynchornized with each other. The use of an SQL database makes searching much easier as well. ! As each message is inserted into the database, every work of text in the message (and in the subject and several other header lines) is indexed. This makes searching for old emails using keywords very fast, even with thousands and thousands of messages --- 53,59 ---- resynchornized with each other. The use of an SQL database makes searching much easier as well. ! As each message is inserted into the database, every word of text in the message (and in the subject and several other header lines) is indexed. This makes searching for old emails using keywords very fast, even with thousands and thousands of messages