Skip to content
  1. Feb 02, 2010
  2. May 17, 2009
  3. Jan 22, 2009
  4. Jul 24, 2007
  5. May 11, 2006
    • Jochen Schmidt's avatar
      FIX: compatibility to openmcl 1.1, ACL and CLISP · 931f6c97
      Jochen Schmidt authored
      * Introduce openmcl-fixes file where the #_ reader conditional
        can get used safely
      * Remove some :unix features from files.lisp - this should work
        in LW windows too
      * Add :openmcl feature in files.lisp where needed
      * Add openmcl specific gray-streams package conditional
        openmcl no longer has the feature :mcl!
      * bump the version to 0.7.0
      931f6c97
  6. Aug 17, 2005
  7. Dec 28, 2004
    • Jochen Schmidt's avatar
      Fix smtp initial response handling (reported by John DeSoi)... · 287565fc
      Jochen Schmidt authored
      Fix smtp initial response handling (reported by John DeSoi) (js@codeartist.org--2004-public/mel-base--dev--0.5--patch-24)
      js@codeartist.org--2004-public/mel-base--dev--0.5--patch-24
      Keywords: 
      
      I just read a single line as initial response of the server.
      John DeSoi suggested to use read-smtp-response to read multiline
      greetings successfully.
      287565fc
  8. Nov 22, 2004
    • Jochen Schmidt's avatar
      Initialize Maildir-folder selected-messages as nil... · ce99bd65
      Jochen Schmidt authored
      Initialize Maildir-folder selected-messages as nil (js@codeartist.org--2004-public/mel-base--dev--0.5--patch-19)
      js@codeartist.org--2004-public/mel-base--dev--0.5--patch-19
      Keywords: 
      
      Parts of the code accesses this slot without
      testing if its bound. So provide a valid initform
      ce99bd65
    • Jochen Schmidt's avatar
      Fix delete-message-using-folder for POP3... · 296fb04e
      Jochen Schmidt authored
      Fix delete-message-using-folder for POP3 (js@codeartist.org--2004-public/mel-base--dev--0.5--patch-18)
      js@codeartist.org--2004-public/mel-base--dev--0.5--patch-18
      Keywords: 
      
      The folder parameter to send-pop3-command was missing.
      296fb04e
  9. Nov 21, 2004
  10. Nov 20, 2004
  11. Oct 19, 2004
    • Jochen Schmidt's avatar
      Mailbox Folder initialization protocol using INITIALIZE-INSTANCE... · a16245af
      Jochen Schmidt authored
      Mailbox Folder initialization protocol using INITIALIZE-INSTANCE (js@codeartist.org--2004-public/mel-base--dev--0.5--patch-6)
      js@codeartist.org--2004-public/mel-base--dev--0.5--patch-6
      Keywords: 
      
      Changed the initialization of mailbox folder to use INITIALIZE-INSTANCE.
      This way it is possible to make proper subclasses of mailbox-folder.
      a16245af
  12. Sep 24, 2004
    • Jochen Schmidt's avatar
      Wrong *imap-read-case* in non-continuation responses... · 1b99bba8
      Jochen Schmidt authored
      Wrong *imap-read-case* in non-continuation responses (js@codeartist.org--2004-public/mel-base--dev--0.5--patch-1)
      js@codeartist.org--2004-public/mel-base--dev--0.5--patch-1
      Keywords: 
      
      In READ-RESPONSE the case of atoms is preserved by setting
      *imap-read-case* to :preserve and to :upcase otherwise.
      :upcase returns an upcased string but atoms should be
      keywords in non-continuation responses.
      1b99bba8
  13. Mar 03, 2005