<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body smarttemplateinserted="true" bgcolor="#FFFFFF" text="#000000">
    <div id="smartTemplate4-template">Also a comment on fastness &
      stability: I have about 57 Gbyte footprint (when I backup all my
      mail accounts which happen weekly) and although startup can take a
      little while (20 / 30 secs until fully responsive) once it runs,
      it just runs. I mainly use POP3 because of a not blazingly fast
      internet connection (4G)<br>
      <br>
      Conversely my exchange server based outlook constantly crashes and
      is just slow as hell when a folder has more than 5000 emails in
      it. Also it crashes quite a lot, even after repairing and
      redownloading the outlook.pst file and even though there are
      company enforced quotas. Outlook has other advantages (such as
      better Calendar integration) but Thunderbird is head and shoulders
      above it as regards stability and speed.<br>
      <br>
      There is something to be said for a local message store, if we
      have beefy enough hardware to deal with it.<br>
      <br>
      Axel<br>
       <br>
      -- <br>
      <style type="text/css">
.myName:hover, .myName a:hover { font-size:13pt; text-shadow: 3px 3px 4px rgba(200,250,200,0.7);}
.moz-signature {opacity: 1.0 !important;}
.myName a { cursor: pointer !important; transition:font-size 0.5s;}
.myLogo {
        transition: all .4s ease-out;
}

.myLogo:hover {
  transform: scale(3) translate(-30px,-5px);
}

</style>
      <div id="mySignature" style="width: 65%; padding: 0.8em 1.2em;
        font:x-small verdana; color: #444; box-shadow: 4px 4px 9px -2px
        rgba(0,0,0,0.65); border-radius: 1em; padding: 0.4em 2em;
        border: 1px dashed #444; background: rgb(230,240,163);
        background: linear-gradient(to bottom, rgba(230,240,163,1)
        0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1)
        51%,rgba(219,240,67,1) 100%);">
        <b class="myName" style="text-shadow: 1px 1px 2px #DDD;
          transition:font-size 0.5s;"><a
            href="mailto:axel.grude@gmail.com">Axel Grude</a></b>
        <br>
        Software Developer
        <br>
        Thunderbird Add-ons Developer
        <span style="color:#666666; font-size:xx-small">(QuickFolders,
          quickFilters, QuickPasswords, Zombie Keys, SmartTemplate4)</span>
        <br>
        AMO Editor <img style="margin-top: 1em; float: right;
          box-shadow: 1px 1px 2px rgba(20, 20, 20, 0.4);"
          moz-do-not-send="false" class="myLogo"
          src="cid:part2.04050209.05090408@gmail.com" alt="Get
          Thunderbird!" height="15" width="94">
      </div>
    </div>
    <div id="smartTemplate4-quoteHeader">
      <style type="text/css" scoped="">
#newHeaderAG1 b { font-weight:bold; color: #990033; }
</style><br>
      <blockquote type="cite" style="margin-bottom: -20px !important;
        padding-bottom:20px !important;">
        <div id="newHeaderAG1" style="font-size: x-small; padding:1em;
          background-color:rgba(220,220,240,0.4); border-radius:3px;"> <b>Subject:</b>
          Re: Why is WebMail better?<br>
          <b>To:</b> Tb-planning <br>
          <b>From: </b>Ben Bucksch<br>
          <b>Sent: </b>Wednesday, 16/12/2015 06:55:21 06:55 GMT ST
          +0000 [Week 50]<br>
        </div>
      </blockquote>
    </div>
    <blockquote class=" cite" id="mid_56710AD9_2050205_beonex_com"
      cite="mid:56710AD9.2050205@beonex.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Phillip Hallam-Baker wrote on
        11.12.2015 19:21:<br>
      </div>
      <blockquote class=" cite"
id="mid_CAMm_LwiFd8TF8vMPgFu2_zwZaSRiL_S5f69OEpr0_BEqnpfZ3w_mail_gmail_com"
cite="mid:CAMm+LwiFd8TF8vMPgFu2+zwZaSRiL-S5f69OEpr0+BEqnpfZ3w@mail.gmail.com"
        type="cite">
        <meta http-equiv="Context-Type" content="text/html; ">
        <div dir="ltr">The IMAP protocol is slow because it is poorly
          designed. It is single threaded with every transaction
          requiring a separate request/response. So one big file causes
          everything to jam up. Sorting of messages takes place in the
          client and the changes are uploaded back to the server.
          <div><br>
          </div>
          <div>Gmail also optimizes the user experience by separating
            out metadata downloads from content and message data from
            attachments. Their protocol is S/MIME aware while IMAP is
            not.</div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div>These are all fixable.</div>
        </div>
      </blockquote>
      <br>
      I'd like to correct some mis-information above.<br>
      <br>
      <ol>
        <li>Thunderbird's IMAP implementation is multi-threaded. (In
          fact, it's pretty much the only multi-threaded thing in all of
          TB, if I remember correctly.)</li>
        <li>The protocol itself is asynchronous. You can issue several
          commands at (almost) the same time, and the second can finish
          before the first. This is basically the same concept that
          node.js follows, which is very fast and modern. IMAP had this
          20 years ago, on a protocol level.<br>
          (Thunderbird additionally uses one thread and connection per
          folder. I don't remember whether TB uses the async nature of
          IMAP very much.)</li>
        <li>IMAP does separate metadata from content. For that purposes,
          it parses email messages on the server, and can return the
          headers of an email separately from the body, and the body
          separate from the attachments. That, too, was very modern for
          its time.</li>
        <li>IMAP and Thunderbird are blazingly fast on my machine here.
          The folder with my primary work project has currently about
          15000 emails, and is sufficiently fast. QuickSearch in TB is
          almost instant, it takes about 1s to search the whole folder
          for a subject.<br>
          (Admittedly, my IMAP server is on my local network. Maybe the
          slowness you encounter might be attributed to a slow IMAP
          server or a slow desktop machine?)</li>
      </ol>
      <br>
      TB has serious problems, no doubt. But they are not those you
      mentioned.<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
tb-planning mailing list
<a class="moz-txt-link-abbreviated" href="mailto:tb-planning@mozilla.org">tb-planning@mozilla.org</a>
<a class="moz-txt-link-freetext" href="https://mail.mozilla.org/listinfo/tb-planning">https://mail.mozilla.org/listinfo/tb-planning</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>