⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 一个功能全面的电子邮件客户端
💻
📖 第 1 页 / 共 3 页
字号:
		this shortly.	o Resized About window to properly display license without funky word wrapping.	o Resized Compose message window.	o "Check Names" now does a substitution before it attempts to validate an email address.	o Fixed memory leak in name substitution logic.  Previously, the text would be		updated, however, the old text was never freed, which meant it was being leaked.	o Minor syntax and punctuation clean up in check names code.  Very minor.	o Added index version support for the latest index changes.  This version now properly		detects the old index format and adjusts for it.  The next time the index is		written, it will automatically adjust the index to version 2.  Removed negative		logic in exchange for relative comparisions.  This makes it a little easier to		quickly understand what's going on with conditional versioned logic.--- 20000819 ttabner	* added message searching, found in main window's file menu.	* added empty trash menu item (file menu).	* connected a signal for print current view of calendars. (!!@#)	* put in front end for calendar event notification	* fixed calender event notification timer stuff	* added option for a program to run when even reminder pops up	* cleaned up event window's options menu some when editing event--- 20000818 ttabner	* cleaned up todo stuff, hopefully it's more useable.	* hid some widgets in the calendaring (categories window).	* changed the size of the status window over the weekend, greg		requested that it be bigger, 350x300.	* adding a calendar event doesn't say "uh hyuck this must be a personal		event, right?"  obviously the user knows it's a personal event		if they didn't add any attendees.--- 20000815 Oracle	o Added context reply quoting.  This now let's people better follow who said		what.  Currently this is always on, so it can't be disabled if that's		desired.	o Improved and finished most of the header keywords that we support.  Still need		to do "In-Reply-To:" and make use of "X-Message-Flag" which already has		support, but no values to pull from.	--- 20000815 ttabner	* made the filter text show correctly when creating a new one.	* pressing enter in the address entry space when you have a nickname		should now expand to their email if the nickname exists.  tried		to do selective highlighting when the entry is changed at all,		but since gtk+ is incomplete/underdeveloped, it won't work.--- 20000814 Oracle	o This includes support for return receipts, message expiration, request reply by, message		priorities (X-Priority, Important, and X-MSMail-Priority), Sensitivity selection, followups,		in reply to, references, keywords, and x-message-flag support.  Export more in the future.	o Added support functions for key header fields (sesitivity, keywords, etc).	o Trey broke message priority support.  I expect this to be fixed shortly.	o Changed text of subject and message body of return receipts.  They clearly spell out what they		mean now.  They don't actually mean they've been read (as previously indicated), rather,		they indicate that it's been displayed.	o Fixed minor memory overflow bug in RR code.	o Now, on to sent-items and/or better error reporting as well as text quoting enhancements.	o Make event attendee and meeting recurrance disabled since they are not currently used and		we have had questions on this topic.	o Added new timer stub code for calender event reminders.  Logic works like this.  A timer		wakes up every hour to schedule the closest event.  When the closest event fires,		it will force a reschedule of the closest event.  This way, we only need to have		two timers which infrequenty fire to handle all scheduled events.	o Added several new pre-time minute options.  You can now do as little as 5-minutes (versus 10)		and as much as 360-minutes (hmmm, 6-hour notice, not sure this is needed).	--- 20000912 ttabner	* added more support for the message priority that greg got		working in the mail headers.		note:  you have to remove your ~/.tradeclient/.*.smi files		because the priority is actually saved into the index file now.		another note:  this does break compatability with previous		versions.	* now able to press enter in second todo entry field (greg's pet peave)	* added options in new message window for keywords, message		sensitivity, message expiration, and a reply by request.  check		out the neat calendar for the last two. :-)--- 20000911 ttabner	* view with web browser added to message right click menu and file menu	* added new filter for body searching--- 20000811 ttabner	* goto webpage button now backgrounds the process	* unknown mime attachment no longer segfaults if you choose to view		with external viewer and leave the entry box blank	* progress bar on the status window now works for downloading mail	* added 'done' button to address book	* added new filtering support for cc and bcc	* added new column for message list, "sent"	* changed size of columns for prefs server window, for name and type	* added front end support for force fetches	* added mark unread for messages in file menu and right click menu--- 20000807 Oracle	o Fixed WANTLDAP=0 again!	o Clicking spell check icon when there isn't message text no longer causes it to segfault.	o Fixed lots of memory leaks in spell checker.	o Added a "Done" button to the spell check dialog so that a harsh kill window is no longer needed.	o Changed text/combo box that pertains to saving passwords to a simple checkbox that		has "save password to disk" option.  This is the way it should be as we either have it on disk		or we don't and need to prompt for it.	Likewise, if it's not checked to save to disk, we need		to be sure not to save it!  Let's face it, no that I know wants to enter their password on		every mail fetch attempt.  Trey polished it off for me.	o Error detection is being enhanced as well as lots of clean up.  We no long have tons of old error		messages handing around that serve no purpose.  These were originally in place to provide		feedback on the original and horribly broken protocol stacks (if you can call them that).		Error detection still needs lots of work.	o More memory leaks fixed.	o Added new icon.  Still not happy with it.  Needs to use a different lighting source for it to		look correct.  Nonetheless, I think it does a better job of conveying what it really is,			but can still be improved.--- 20000807 / ttabner ---- goto webpage button works- unknown mime attachment external program works- browse button for mime types works now- got spam from aol and it segfaulted.  fixed.- i think i fixed the final delete bug!!- bug fixes?----------------------------- 20000806 / ttabner ---- Fixed an LDAP segfault when attempting to anonymously log into an LDAP server that	required user authentication.----------------------------- 20000803 / ttabner ---- WANTLDAP=0 actually works now- fixed segfault when checking mail and you dont have the account set to  check mail when clicking "get messages"- cleaned up new message window that the merge screwed up- save attachment segfault bug fixed--- 20000803 Oracle	o Merged in lots of address book fixes.  Address book should now longer		crash or get into odd state when searches fail.  Hitting search		when the search field is empty should no longer cause us to puke.	o Merged in message priority GUI support.  This now allows for message		priority selection (MS Exchange users and some others too).  You		can now send your manifesto with the priority that it rightly		deserves.	o Merged code which address calendar refresh updates/redraws.	o Renamed Global Address Book so that it's unique and more easily sticks		out when there is lots of address books.		- Also centralized the named so that they all come from a single			var versus being typed out umpteen different places.--- 20000802 / ttabner ---- put the tab in preferences for ldap service with all the options- fixed the attributes for ldap so it works right with tradeserver- fixed two gtk-critical warnings that occur when opening preferences    this should allow more users to set up preferences because on some systems    if the user doesn't have gtk header files, or something, it will segfault    instead of show the gtk-critical warning.- rewrote the filter swap function so the filters shouldn't disappear on you  when you move the rules up or down- put in fix to not send email to "" (a blank To(cc,bcc) line when composing  new message)    compose new message, type who it's to, and press enter, then send mail,    now the blank line doesn't get submitted.  ;)- fixed another delete bug, but the one that happened when you select ALL mail  in your trash and then delete it----------------------------- 20000728 Oracle/Trey	o Started merging in LDAP code as well as adding new support code to make		it work correctly/logically.	o Trey added GUI support in a logical place so that it isn't tied to an		account.  This only makes sense and is the way that it should be.--- 20000731 / ttabner ---- calender file menu -> new -> mail message and address book entry work now you  can close calendar by clicking close on the window manager button now- smoother compiles (dealing with function prototypes)        added some function prototypes to header files so compiling wouldn't        give so many warnings- fixed reply to, reply to all, and forward in all (known) instances to work  with the new mail subsystem- added the menu items in file menu- subject stuff works sometimes now?        from a 'fix' in parse_header()- fixed bug where there was a newline before each message with no attachment        yea!!!- using content-disposition stuff now        yea!!! (it knows what filename the attachment is!!)- pressing enter for new email entry shouldn't give you strange characters now        when composing a new message...- word wrap option in new message window -> options tab        added front end option to greg's word wrap function- fixed bug in max number of new message windows...        if you send max number of new messages, you can't open anymore, fixed!- rearranged icons in new message window and added spell check icon (icon done  by greg)        he says he doesnt like the icon, i do :/- some general bug fixes / ui cleanup / retardations fixed- ??--- 20000728 Oracle	o Fixed the word wrap function so that it should work correctly all of the time.  Trey		is adding GUI support to make it configurable (the function already allows for this).	o Added a new ray traced icon for spell checking.  I'm not real thrilled with how it turned		out, but hey, I only spent 15 minutes on it.  So... anyways, I'll make it better in		the near future.	o Fixed a concurrency issues that was messing up al sorts of account status information.		This guy may also be the one that caused a couple of segfaults.  It for sure		prevents sessions from being correctly killed when an exit is request in the middle		of a send or receive.--- 20000727 Oracle	o Fixed bug that caused segfault when there was attachment and no body.	o Added additional code to make sure message counts stay in sync with what the server has.	o Added a word wrap function (will be commited tonight) that word wraps the body of text		messages.  Should make messages more readable on more email clients.	o Fixed a segfault when you clicked on the attachment area outside of a valid row in the		message view window.	o Added support for the PID of the child process to be sent back.  This allows us to kill		of the child process in the event that we are requested to exit before the child		finishes its task.  This way, we are sure to have a nice orderly exit without		brain eating zombies running around.--- 20000726 Oracle	o Fixed it so that when an SMTP error is propagated, it is properly cleaned up after.  It now		re-enabled the GUI and disabled the send timer.  This should make it slightly better		at recovering from errors.  There still lots more to do here.	o Fixed SMTP error messages to make sure they always are NULL terminated.  Opps.	o Edit menu should no longer cause client to barf (e.g. segfault).	o Fixed a MIME file saving bug (sometimes, couldn't save).	o Made folder compaction more verbose and it actually tells you when it done now.	o Tested a lot with IMAP servers.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -