2000-05-23 |
Chris Hanson | Workaround another problem with broken mailers mangling... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Fix bug: retention time being interpreted in seconds... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Add mechanism to control the retention time of IMAIL... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Can't use backquote in this kind of script. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Initial registration. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Change definition of SAVE-FOLDER so that it does the... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Make buffer-menu code smarter about keeping its columns... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Add feedback to various commands that copy messages... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Fix bug in MESSAGE-LENGTH. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Implement explicit condition type for IMAP server error... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Implement WITH-OPEN-CONNECTION for use by M-x imail... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Fix thinko in previous change. Use LOGOUT command... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Implement explicit condition type for IMAP server error... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Restructure IMAP trace mechanism to output the trace... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Add support for UIDPLUS response codes. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Restructure IMAP trace mechanism to output the trace... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Note problems with copying multiple messages to IMAP... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Note problems with copying multiple messages to IMAP... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Flesh out documentation strings a bit. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Don't bind imail-delete-folder to a key. It should... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Initial registration. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Change the modeline to show the connection status even... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Send STATUS folder event when IMAP folder opened. ... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Fix bug: don't leave connection half-open if user abort... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Add configurable confirmation for performing EXPUNGE. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Add configurable confirmation for performing EXPUNGE. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Implement procedure to count number of digits in an... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Implement M-x imail-resend. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Add "online" indicator to the modeline, and implement... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Add "N unseen" indicator to the modeline. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Fixed problem with login messages during completion... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Syntax tweak. |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Suppress messages and command prompts while doing compl... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Fix bug: if there were two memoized connections to... |
commit | commitdiff | tree | snapshot |
2000-05-23 |
Chris Hanson | Make another stab at getting URL prompts right. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Fix bug: don't mistakenly say that a folder is unchange... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Fix bug: don't signal an error when reading BYE message. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Tweak URL prompting again. This is almost what I want... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Change definition of URL-PASS-PHRASE-KEY to specify... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Don't implement URL-PASS-PHRASE-KEY for file URLs,... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Fix thinko; eliminate IMAP-CONNECTION-OPEN?. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Move pass-phrase memoization into the front end. Now... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Add code to detect when the connection has been dropped... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Implement workaround to keep the IMAP connection open... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Always run SAVE-FOLDER as part of CLOSE-FOLDER. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Implement WITH-OPEN-FOLDER, which guarantees that the... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | If connection is established but folder has been closed... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Reexamine IMAIL operations and add checks to guarantee... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Add code to detect when the connection has been dropped... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Notes regarding bugs having to do with completion promp... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Fix bug: transmission of literal not counting contents... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Fix bug: server continuation lines not being parsed... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Write M-x imail-copy-messages. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Fix bug in handling of flags to APPEND command. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Ignore any received headers that don't parse correctly. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Fix several bugs in the "received:" header parsing... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Write M-x imail-copy-messages. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | In APPEND-MESSAGE, create mailbox if append/copy causes... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Implement IMAIL-COPY-FOLDER, a tool to copy folders... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Canonicalize the case of IMAP URLs, where possible... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Use explicit mechanism to link variables into the Edwin... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Eliminate FOLDER-VALID?, replacing it with the more... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Generalize MOVE-RELATIVE to accept a raw command argume... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | In flag-modification commands, don't advance to next... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | IMAIL-GET-DEFAULT-URL must never signal an error. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Eliminate FOLDER-VALID?, replacing it with the more... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Suppress the IMAP port if it is the standard port. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Eliminate FOLDER-VALID?, replacing it with the more... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Provide inserted default strings to all URL prompts. |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Restructure the URL completion code to clean it up... |
commit | commitdiff | tree | snapshot |
2000-05-22 |
Chris Hanson | Implement URL completion, and reimplement URL parsing... |
commit | commitdiff | tree | snapshot |
2000-05-21 |
Chris Hanson | Fix typo and also type error. |
commit | commitdiff | tree | snapshot |
2000-05-21 |
Chris Hanson | Export procedures for deconstructing LIST responses. |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | Supply missing STRING-GREATEST-COMMON-PREFIX, needed... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | Pathname completion filters now accept a pathname rathe... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | Change URL completion so that completion stops after... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | Fix braino in pathname completion. Previous design... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | Split off broken-pipe detection code. This has little... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | Change syscall name and error tables to lower case... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | First draft of URL completion mechanism. IMAP method... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | Reminder to move pathname-completion code into the... |
commit | commitdiff | tree | snapshot |
2000-05-20 |
Chris Hanson | First draft of URL completion mechanism. IMAP method... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Export edwin commands, modes, and variables. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Summary-buffer navigation now fixed. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Define MOVE-RELATIVE-ANY. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Change flag-marking commands to accept a prefix argumen... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | M-x imail-expunge should not use the navigator abstraction. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Fix bug: SELECT-MESSAGE event can be called with no... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Assorted design changes. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Change SET-MESSAGE-FLAGS! so that a folder event is... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Bind M-x imail-summary-by-flags to C-M-f rather than... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Use new navigator abstraction to allow the summary... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Use UID STORE rather than STORE. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Implement navigation abstraction to allow the summary... |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Use MOVE-RELATIVE for deletion and undeletion commands. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Define generic BURST-COMMA-LIST-STRING. |
commit | commitdiff | tree | snapshot |
2000-05-19 |
Chris Hanson | Share flag-prompting code to summary buffer commands. |
commit | commitdiff | tree | snapshot |
next |