mail::ACCOUNT::logout — Close a mail account
        
        
        #include <libmail/sync.H>
        
        mail::ACCOUNT *mail;
| mail->logout( | void); | 
mail::ACCOUNT::logout closes
      a mail account. This method should be called before
      destroying the mail::ACCOUNT
      object. Some types of mail accounts require certain
      processing before they are closed. Destroying the object
      without mail::ACCOUNT::logout
      may result in some changes to the mail account's contents not
      being permanently saved.