📄 changelog
字号:
2001-07-31 13:22 evgeny * NEWS, ac-tools/configure.in: 2.1.0 release.2001-07-31 11:34 evgeny * ac-tools/: config.guess, config.sub: Updated config.guess and config.sub.2001-07-29 17:20 evgeny * lib/Ishmail.hlp.in: More updates to the online help.2001-07-28 21:26 evgeny * lib/Ishmail.help, lib/Ishmail.hlp.in, lib/Ishmail.lang, lib/Ishmail.misc, src/IshAppC.C, src/IshAppC.h, src/MainFile.C, src/MainWinP.C, src/MainWinP.h, src/SendFile.C, src/SendWinC.C, src/SendWinC.h, src/SendWinP.C, src/SendWinP.h: Get rid of the "Comments" window & related stuff. Instead, direct user to the SF bug/wish tracker system.2001-07-23 19:48 evgeny * src/MainWinP.C: Update message vbox title after new mail check.2001-07-22 21:07 evgeny * src/ImapServerC.C: Avoid use of strcat() in ImapServerC::Fetch(). This enhances the fetch speed enormously.2001-07-22 20:07 evgeny * ac-tools/configure.in: 2.1.0 release candidate.2001-07-22 20:01 evgeny * src/MainWinP.C: Dbl click on a folder checks for new mail only instead of re-scaning the folder.2001-07-22 19:18 evgeny * src/MainWinC.C: Update folder icons at the end of MainWinC::DeleteItems().2001-07-22 19:04 evgeny * src/FolderC.C: In FolderC::HasMessagesWithStatus(), if index is not up-to-date, call UpdateIndex() instead of Scan(). Hopefully, this should fix the doubling bug.2001-07-22 18:27 evgeny * src/FolderC.C: Use F_OK instead of W_OK when checking for access(indexFile).2001-07-22 15:04 evgeny * src/SendFile.C: Return value in PerformFcc() was missing.2001-07-08 18:39 evgeny * src/ImapServerC.C: Check for status of SSL_write and re-connect of needed.2001-06-21 13:59 evgeny * lib/Ishmail.misc, src/MailPrefC.C: Changed default of sendmail location from /usr/lib/sendmail to /usr/sbin/sendmail.2001-05-31 13:27 evgeny * src/ImapServerC.C: Added a cast needed for the new OpenSSL-0.9.6a SSL_write() prototype.2001-05-31 13:26 evgeny * ac-tools/configure.in: Require OpenSSL-0.9.6a.2001-04-04 11:39 evgeny * src/: ImapServerC.C, ImapServerC.h: Get rid of some static variables by moving them into ImapServerC class.2001-03-29 13:14 evgeny * hgl/: Make.dep, Makefile, rsrc.C, rsrc.h: Get rid of FloatListC, since it's unused.2001-03-29 13:07 evgeny * man/man1/ishmail.1: The man page updated: descriptions of $MAILCAPS, .ishmail.pem added; other fixes.2001-03-29 11:54 evgeny * src/ImapServerC.C: Try to find out the OpenSSL installation path and only then fail back to "/usr/local/ssl".2001-03-29 11:44 evgeny * src/Mailcap.C: $HOME was forgotten to be replaced in the default mailcap search path.2001-03-21 17:15 evgeny * src/date.y: Relax on broken time zones - allow any junk definition up to 3 words (e.g. Pacific Standrad Time).2001-03-12 22:40 evgeny * hgl/HalAppC.C: Check that "-D" command line switch is followed by an argument.2001-03-12 22:18 evgeny * src/ImapServerC.C: Implemented proper certificate validation/storing.2001-03-12 20:51 evgeny * src/date.y: Another hack allowing to parse dates in the ISO form (year-month-day).2001-03-12 20:02 evgeny * src/date.y: A workaround for buggy softwares setting the year in the "Date" header as '101' etc.2001-03-07 12:48 evgeny * scripts/cvs2cl.pl: Updated cvs2cl.pl.2001-03-07 12:41 evgeny * src/SortPrefWinC.C: Refresh message list after applying new sort preferences.2001-03-07 12:39 evgeny * hgl/FieldViewC.C: Redraw FieldView at the end of title/separator drag.2001-02-22 11:03 evgeny * man/man1/ishmail.1: Man page updates (by drifta).2001-01-09 18:23 evgeny * src/FolderC.C: Simplified generation of the folder's index filename.2001-01-03 11:57 evgeny * src/MsgPartC.C: Create temporarily files for text/html message parts with the proper extensions since some broken MUA's don't bother putting enclosing <HTML></HTML> tags.2001-01-03 11:54 evgeny * src/: MimeTypes.C, MimeTypes.h: Added text/html to the list of internally recognized MIME types.2001-01-01 17:49 evgeny * src/date.y: When parsing date/time, recognize timezone as a quoted string, too. Some, apparently broken agents (AspMail) use them.2000-12-31 16:36 evgeny * src/: ImapFolderC.C, ImapMsgC.C, ImapServerC.C, ImapServerC.h: EnableTLS() now accepts an argument which is OR'ed SSL versions that should be supported.2000-12-25 17:05 evgeny * hgl/MimeRichTextSelect.C: Raised debug level for tracing canvas click events.2000-12-13 19:38 evgeny * src/Make.dep: Updated deps.2000-12-13 19:37 evgeny * src/ImapServerC.C: Implemented starting in the TLS mode (IMAPS protocol).2000-12-13 19:34 evgeny * src/: ImapFolderC.C, ImapFolderC.h: Get rid of the extraneous folderName element of the ImapFolderC class. Parsing of the initial folder name, including port, username and protocol.2000-12-13 19:15 evgeny * src/: ImapMisc.h, ImapMisc.C: Added a (draft) implementation of the IMAP URL scheme parsing (RFC2192).2000-12-13 17:47 evgeny * src/: Imap.h, ImapServerC.h: Moved general IMAP defines into a separate file, Imap.h.2000-12-13 12:06 evgeny * src/LoginWinC.C: Use IMAP server's username as init value for login form.2000-12-13 11:46 evgeny * src/ImapFolderC.C: If the folder is INBOX, check that it exists, too.2000-12-13 11:21 evgeny * src/: ImapServerC.C, ImapServerC.h: ImapServerC now contains also port number, username to be used for connect and the protocol type (usual IMAP or IMAPS).2000-12-13 10:55 evgeny * src/Make.dep: Updated dependencies.2000-12-13 10:53 evgeny * src/: AppPrefC.C, IshAppC.C: Removed unneeded IMAP pre-connects.2000-12-11 10:30 evgeny * src/: ImapServerC.C, ImapServerC.h, Makefile: Implemented STARTTLS IMAP extension.2000-12-10 12:18 evgeny * ac-tools/: Make.conf.in, aclocal.m4, configure.in: Implemented check for OpenSSL version number and header/lib consistency. Use both ssl and crypto libs (in provision for future use for TLS).2000-11-22 14:38 evgeny * src/QuickMenu.C: A missing space to an error message added.2000-11-19 11:21 evgeny * hgl/: RegexC.C, RegexC.h: Check for NULL strings in search(...).2000-11-15 19:44 evgeny * ac-tools/shtool: Updated to shtool-1.5.1+. In particular, fixed the default `install' perm. mode.2000-11-12 19:45 evgeny * src/SendFile.C: Don't add the extraneous blank line at the end of body text.2000-11-12 14:32 evgeny * hgl/MimeRichTextEdit.C: Replaced raw <cr> chars with '\r'. gcc-2.96 chokes on the former.2000-11-12 14:29 evgeny * ac-tools/configure.in: Started 2.0.1 development cycle.2000-11-08 18:41 evgeny * NEWS: Added NEWS.2000-11-08 18:19 evgeny * COPYRIGHT, lib/Ishmail.hlp.in: Updated list of developers.2000-11-08 18:07 evgeny * ac-tools/: config.guess, config.sub: Updated config.guess and config.sub.2000-11-08 18:05 evgeny * Makefile: Log CVS messages from the main trunk only.2000-10-19 18:55 evgeny * src/SendFile.C: Allow to add extra headers to resent messages.2000-09-19 20:58 evgeny * src/MainWinC.C: And yet more refresh fixes...2000-09-19 19:42 evgeny * src/: FolderC.C, ImapMsgC.C, IshAppC.C, MainMsg.C, MsgC.C, MsgC.h, ReadFile.C: A bunch of refresh fixes.2000-09-19 19:19 evgeny * src/: MainWinC.C, MainWinC.h: Added MainWinC::Refresh() which refresh the folder and the message lists as well as updates the title & buttons.2000-09-19 17:45 evgeny * src/MainFolder.C: Update folder's icon on the folder save.2000-09-19 13:51 evgeny * src/MainMsg.C: Update message icon after undeleting.2000-09-12 20:19 evgeny * src/CompPrefC.C: Check for old ishencrypt* user prefs and update to the new defaults if needed.2000-09-12 18:43 evgeny * ac-tools/configure.in: Updated version to 2.0.0. I should've done this a while ago.2000-09-12 18:32 evgeny * libexec/Makefile: Oops! forgot to remove ishencryptmime from the makefile.2000-09-12 18:30 evgeny * libexec/ishencrypt, libexec/ishencryptmime, src/CompPrefC.C, src/SendFile.C: Rewritten ishencrypt to work with MIME messages, too. The command line flags changed. Removed ishencryptmime.2000-09-04 19:31 evgeny * libexec/statrun: Use `eval' in "statrun" in order to work properly with quoted command arguments.2000-08-29 17:29 evgeny * src/ImapServerC.C: Implemented anonymous authenticator.2000-08-29 16:07 evgeny * src/ImapServerC.C: Oops - a typo fixed.2000-08-29 16:05 evgeny * src/: ImapServerC.C, ImapServerC.h: Recognize LOGINDISABLED keyword in the CAPABILITY output and act accordingly. Don't count authentication schemes we can't support.2000-08-20 16:57 evgeny * ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.h.in, ac-tools/configure.in, hgl/Base.h, src/Makefile: Renamed HAVE_DMALLOC -> WITH_DMALLOC. Added $(DMALLOC_LIB) makefile definition. Removed $FINAL_LIBS makefile defininition.2000-08-20 16:31 evgeny * src/ImapServerC.C: Implemented CRAM-MD5 authentication scheme (using the OpenSSL crypto lib). AUTHENTICATE LOGIN is marked as insecure.2000-08-20 16:29 evgeny * src/Makefile: Added $(CRYPTO_LIB) to the list of libs.2000-08-20 16:29 evgeny * src/Make.dep: Updated deps.2000-08-20 16:22 evgeny * ac-tools/: Make.conf.in, aclocal.m4, config.h.in, configure.in: Added checks for OpenSSL crypto lib.2000-08-17 19:28 evgeny * src/: ImapServerC.C, ImapServerC.h: Authenticate() renamed to DoLogin(). Login() renamed to Authenticate(). Added RunCommand2() - run a command and let the supplied hook function process the response, including dealing with continuation requests from the server. Authenticate() re-written using RunCommand2(). Implemented AUTHENTICATE LOGIN - the first IMAP4 authentication scheme. Not much better than the clear text IMAP2's LOGIN, but... Others will follow.2000-08-17 17:58 evgeny * src/Base64.C: Undone signed/unsigned changes which broke Text64ToText.2000-08-13 16:25 evgeny * hgl/: BoolExpWinC.C, BoolExpWinC.h, FieldViewC.C, ItemDataC.h, PListC.meth, WArgList.h: Undone signed/unsigned changes. Too many problems created.2000-08-13 13:42 evgeny * src/ImapServerC.C: Return immediately from ImapServerC::Logout() if called in the disconnected state.2000-08-12 08:02 kherron * hgl/ItemDataC.h: Clean up signed/unsigned compiler warning.2000-08-12 07:44 kherron * hgl/PListC.meth: Clean up signed/unsigned compiler warnings.2000-08-12 07:43 kherron * hgl/: BoolExpWinC.C, BoolExpWinC.h: Clean up signed/unsigned compiler warnings. Clean up "partially bracketed initializer" warnings.2000-08-11 07:45 kherron * hgl/FieldViewC.C: Clean up signed/unsigned compiler warnings.2000-08-11 07:41 kherron * hgl/WArgList.h: Clean up signed/unsigned compiler warning.2000-08-11 07:40 kherron * hgl/StringC.h: Reordered several initializers to match declaration order, to clean up compiler warnings.2000-08-07 15:36 evgeny * hgl/: VBoxC.C, VBoxC.h: Dropped dummy BusyCursor() calls in VBox stuff.2000-08-07 14:05 evgeny * src/: AliasPrefWinC.C, ComplexImapFindWinC.C, ComplexMsgFindWinC.C, DictEditWinC.C, FileFolderC.C, FolderC.C, FolderPrefC.C, ImapFolderC.C, IshAppC.C, IshAppP.C, MainFolder.C, MainMsg.C, MainWinC.C, MainWinP.C, MhFolderC.C, MmdfFolderC.C, MsgFindWinC.C, PickAliasWinC.C, ReadWinP.C, SaveMgrC.C, UndelWinC.C, UndelWinC.h, UnixFolderC.C: Dropped usage of VBox's Defer(). Replaced by Refresh() where needed (should be further cleaned up).2000-08-07 13:58 evgeny * hgl/: FieldViewC.C, HelpResWinC.C, IconViewC.C, VBoxC.C, VBoxC.h: Thrown away defering of VBox redraw. It NO longer redraws automatically; Refresh() should be explicitly called.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -