Changes

Jump to: navigation, search

User:Mikey/project3

599 bytes added, 10:26, 17 December 2009
Project News
== Project Description ==
This project involves fixing adding a problem with saved email addresses ending with trailing spaces new feature to the folder tabs' titles. This feature will indicate the title, but, as well, the unread messages in the address book causing sent messages to be lostfolders. For example, if the user will enter a new contact entry with an email address followed by a spaceinbox folder is currently being viewed and contains nine unread messages, such as "test@example.com it would show " Inbox (minus the quotes9) and saves it". In the compose windowaddition, they will select the email address that they just saved and send their message, but this message will not number wrapped in brackets would be delivered to the recipientbolded.
== Project Leader(s) ==
== Project Contributor(s) ==
...
Nobody yet : == Project Details ==When a tab is opened, it must show the title's text followed by the number of unread messages (N). The function,[http://mikeymxr.mozilla.org/comm-osd600acentral/source/mail/base/content/folderDisplay.blogspotjs#658 folderDisplay.comjs]'s FolderDisplayWidget_show, uses the [http:/2009/11mxr.mozilla.org/weekcomm-10-try-out-my-patch-pleasecentral/source/suite/mailnews/tabmail.html Test out my patch on Thunderbird & SeaMonkeyxml#713 tabmail. xml]'s setTabTitle to assign the title's text to the tab's label attribute. By modifying parts of this code, I can concatenate the (N) with the text.
== Project Details ==After running the [http://mxr.mozilla.org/seamonkey/source/mailnews/mime/test/unit/test_nsIMsgHeaderParser1.js test] with additional test cases, I found An issue that the trailing spaces given in the email address are not discarded when the email address is concatenated with the full name of the contact. For example, if the name of the contact will have to be addressed is John Doe and separating the email address two parts of the contact is "jdoe@example.com " (minus the quotes)(take note of the trailing space), the result would give "John Doe <jdoe@example.com >" (minus the quotes)(including the trailing space)tab's title into different fonts.
My take on this is Another issue that needs to remove the trailing spaces before the result be addressed is returned from the [http://mxr.mozilla.org/seamonkey/source/mailnews/mime/src/nsMsgHeaderParser.cpp#836 msg_quote_phrase_or_addr(...)]. I plan on updating all tabs using the macro, [http://mxr.mozilla.org/seamonkey/source/mailnews/mime/src/nsMsgHeaderParser.cpp#61 TRIM_WHITESPACE(...)], to do thiscurrent folder.
== Project News ==
<s>[https://bug286760bug528508.bugzilla.mozilla.org/attachment.cgi?id=413868 417622 0.2 3 Release]</s>: In This patch provides the functionality in concatenating the opened folder tabs' titles with their number of unread messages. As long as the user is on the endscreen, I did not use all tabs displaying the current folder will be updated with the current number of unread messages in the TRIM_WHITESPACEfolder. A new function, refreshTabTitles() macro, because of my small understanding of how it worksin the tabmail. Just a little bit of xml - which has similar code as to the setTabTitle() - is used with an event listener whenever the user is added on the screen. '''Unresolved Problem''' Many attempts were made in order to make the msg_quote_phrase_or_addr(N) functionbold. For example, adding and trying to access a new label to the [http://mxr.mozilla.org/comm-central/source/suite/mailnews/tabmail.xml#920 tabmail's tab] to later apply CSS rules to it. Unfortunately, it could not be solved.  [https://bug528508.bugzilla.mozilla.org/attachment.cgi?id=418162 0.3 Release]:Same as my first one - this patch provides the functionality in concatenating the opened folder tabs' titles with their number of unread messages. This bit On initialization of code removes trailing spaces from Thunderbird, the tabs will show the opened folder tab's unread mesages (N) by the onTitleChanged() function in the address givenmailTabs.js. HoweverIn addition, when a user does a change in a folder, I might be at faultsuch as adding/removing a unread message, because this code might not (N) will be allowed due to some RFC regulationsupdated in every opened folder tab's title by the UpdateStatusMessageCount() function in the commandglue.js. '''Unresolved Problem''' To make only the (N) in the tab's title bold is still unresolved.
1
edit

Navigation menu