mit-scheme.git
2000-06-05 Chris HansonFix thinko from last change.
2000-06-05 Chris HansonStore bodystructure in IMAP message in converted form...
2000-06-05 Chris HansonChange attachment tag to show length of attachment.
2000-06-05 Chris HansonAdd cache for MIME body parts.
2000-06-05 Chris HansonSave server capabilities for later reference.
2000-06-05 Chris HansonMap all IMAP system flags to names without leading...
2000-06-05 Chris HansonAdd some new items.
2000-06-05 Chris HansonFix bug: don't signal error if attachment lacks a filen...
2000-06-03 Chris HansonFix bug: STATUS command returns a response! (Duh)
2000-06-03 Chris HansonWhen saving attachment, check to see if file exists...
2000-06-03 Chris HansonChange decoders to decode to a port rather than to...
2000-06-03 Chris HansonImplement mechanism to save MIME attachments. Reorgani...
2000-06-02 Chris HansonAdd workaround for broken Netscape mailer.
2000-06-02 Chris HansonChange MIME bodystructure objects to have properties.
2000-06-02 Chris HansonTweak attachment syntax slightly.
2000-06-02 Chris HansonEliminate usage of MARK-PERMANENT!.
2000-06-02 Chris HansonIdeas about MIME stuff.
2000-06-02 Chris HansonFix bug in how message/rfc822 entities were presented...
2000-06-02 Chris HansonFix bug: MIME disposition wasn't being converted to...
2000-06-02 Chris HansonAdd MIME-BODY-PARAMETER.
2000-06-02 Chris HansonUpdate to reflect new organization.
2000-06-02 Chris HansonRemove two suggestions prompted by Julie's problems...
2000-06-02 Chris HansonShow "text/plain" entities regardless of character...
2000-06-02 Chris HansonPrint out <MIME-BODY> instances in more intelligible...
2000-06-02 Chris HansonMove Edwin variable exports back to "imail.pkg". Add...
2000-06-02 Chris HansonRefine the auto-wrap feature to have separate controlli...
2000-06-02 Chris HansonImplement URL-EXISTS? for IMAP folders.
2000-06-02 Chris HansonAdd automatic wrapping of long lines in decoded MIME...
2000-06-02 Chris HansonShow progress when reading MIME body parts.
2000-06-02 Chris HansonChange AUTO-FILL-BREAK so that it accepts a mark as...
2000-06-01 Chris HansonInitial cut at MIME decoding support.
2000-06-01 Chris HansonGeneralize MESSAGE-MIME-BODY-PART to allow passing...
2000-06-01 Chris HansonLoad "mime-codec" after "imail-util" due to load-time...
2000-06-01 Chris HansonSignal an error if unable to parse BODY section in...
2000-06-01 Chris HansonFix two bugs in LIST-PARSER.
2000-06-01 Chris HansonStore MIME multipart components in a list rather than...
2000-06-01 Chris HansonWhen decoding BASE64 text strings, must return two...
2000-06-01 Chris HansonImplement MESSAGE-MIME-BODY-PART.
2000-06-01 Chris HansonImplement IMAP:RESPONSE:FETCH-BODY-PART.
2000-06-01 Chris HansonFix compiler warnings.
2000-06-01 Chris HansonAdd "mime-codec" to package.
2000-06-01 Chris HansonAdd newline translation to BASE64 decoder for case...
2000-06-01 Chris HansonAdd generic interface to access MIME BODYSTRUCTURE...
2000-06-01 Chris HansonFix two bugs in syntax.
2000-06-01 Chris HansonRemoving files no longer in use.
2000-05-31 Chris HansonCopy entire contents of directory to installation point...
2000-05-31 Chris HansonFix typo.
2000-05-30 Chris HansonWhen showing progress meter, don't show percentage...
2000-05-30 Chris HansonUse STRING->HEADER-FIELDS.
2000-05-30 Chris HansonFix bug: STRING->LINES must not return an empty list.
2000-05-30 Chris HansonChange M-x imail-input, M-x imail, and M-x imail-get...
2000-05-30 Chris HansonFix typo in DECODE-QP-HEX-OCTET.
2000-05-30 Chris HansonNeed command to move to first unseen message in folder.
2000-05-30 Chris HansonRewrite READ-LITERAL with two aims: (1) to make the...
2000-05-30 Chris HansonGET-OUTPUT-FROM-ACCUMULATOR should return the internal...
2000-05-29 Chris HansonFix typo.
2000-05-29 Chris HansonPull transcript handling from READ-LITERAL to new
2000-05-28 Chris HansonTweak conditions under which literal progress hook...
2000-05-28 Chris HansonModularize line-ending translator.
2000-05-28 Chris HansonDisambiguate the "section" form of the BODY response...
2000-05-28 Chris HansonDon't remove IMAP connections from the memoized list...
2000-05-27 Chris HansonFix minor bug in description of FETCH BODY responses.
2000-05-27 Chris HansonImplement BASE64 decoder.
2000-05-27 Chris HansonImplement SKIP-LWSP-BACKWARDS.
2000-05-26 Chris HansonOnly install required files.
2000-05-26 Chris HansonSet truncate-lines to #t in buffer that pops up to...
2000-05-26 Chris HansonInitial registration.
2000-05-26 Chris HansonAdd ability to obtain envelope and bodystructure inform...
2000-05-25 Chris HansonReorganize login code so that login errors are properly...
2000-05-25 Chris HansonIf M-x imail finds existing buffer visiting the folder...
2000-05-25 Chris HansonGeneralize imail-expunge-confirmation to make the type...
2000-05-25 Chris HansonDon't store the user's pass phrase if the login fails.
2000-05-25 Chris HansonImplement mechanism to poll the IMAP server in the...
2000-05-25 Chris HansonFix bug: must read message UIDs _before_ signalling...
2000-05-25 Chris HansonFix bug: must read message UIDs _before_ signalling...
2000-05-25 Chris HansonRun inferior-thread output processors with interrupts...
2000-05-24 Chris HansonReply buffer must refer to the message buffer, not...
2000-05-24 Chris HansonFix typo that caused MOVE-RELATIVE to ignore its operat...
2000-05-24 Chris HansonExport EDWIN-VARIABLE$IMAIL-PASS-PHRASE-RETENTION-TIME.
2000-05-24 Chris HansonMinor changes.
2000-05-24 Chris HansonAdd mechanism to erase stored passwords after the speci...
2000-05-23 Chris HansonUse pivot of 1970, since that is the date that will...
2000-05-23 Chris HansonDo pivoting when deciding what a two-digit year means...
2000-05-23 Chris HansonFix bug: time stamp for APPEND might be #F.
2000-05-23 Chris HansonWorkaround another problem with broken mailers mangling...
2000-05-23 Chris HansonFix bug: retention time being interpreted in seconds...
2000-05-23 Chris HansonAdd mechanism to control the retention time of IMAIL...
2000-05-23 Chris HansonCan't use backquote in this kind of script.
2000-05-23 Chris HansonInitial registration.
2000-05-23 Chris HansonChange definition of SAVE-FOLDER so that it does the...
2000-05-23 Chris HansonMake buffer-menu code smarter about keeping its columns...
2000-05-23 Chris HansonAdd feedback to various commands that copy messages...
2000-05-23 Chris HansonFix bug in MESSAGE-LENGTH.
2000-05-23 Chris HansonImplement explicit condition type for IMAP server error...
2000-05-23 Chris HansonImplement WITH-OPEN-CONNECTION for use by M-x imail...
2000-05-23 Chris HansonFix thinko in previous change. Use LOGOUT command...
2000-05-23 Chris HansonImplement explicit condition type for IMAP server error...
2000-05-23 Chris HansonRestructure IMAP trace mechanism to output the trace...
2000-05-23 Chris HansonAdd support for UIDPLUS response codes.
2000-05-23 Chris HansonRestructure IMAP trace mechanism to output the trace...
next