Articles tagged: Thunderbird
Found 141 documents
- DB_Views_(message_lists) The thread pane (aka message list) is driven by classes that implement nsIMsgDBView and inherit ...
- Message_Summary_Database The Mail Summary Files (.msf) are used to store summary information about messages and threads ...
- Mozilla/Add-ons/SeaMonkey_2 Starting with SeaMonkey 2 Alpha 1 SeaMonkey supports toolkit/-style extensions. These type of ...
- Mozilla/Add-ons/Thunderbird Categories
- Mozilla/Add-ons/Thunderbird/An_overview_of_the_Thunderbird_interface The Thunderbird mail application is a group of components built on a set of technologies that ...
- Mozilla/Add-ons/Thunderbird/Building_a_Thunderbird_extension Thunderbird is Mozilla's open-source email application. It shares many of the technologies used ...
- Mozilla/Add-ons/Thunderbird/Building_a_Thunderbird_extension_2:_extension_filesystem Extensions are packaged and distributed in archive files (also known as Bundles), with the XPI ...
- Mozilla/Add-ons/Thunderbird/Building_a_Thunderbird_extension_3:_install_manifest The install.rdf file is an XML file that provides general information about the extension.
- Mozilla/Add-ons/Thunderbird/Building_a_Thunderbird_extension_4:_chrome_manifest The file called chrome.manifest tells Thunderbird what packages and overlays are provided by the ...
- Mozilla/Add-ons/Thunderbird/Building_a_Thunderbird_extension_5:_XUL Thunderbird's user interface is written in XUL and JavaScript. XUL is an XML grammar that ...
- Mozilla/Add-ons/Thunderbird/Building_a_Thunderbird_extension_7:_Installation While you are developing the extension, there are two ways you can make Thunderbird load it so ...
- Mozilla/Add-ons/Thunderbird/Building_a_Thunderbird_extension_8:_packaging When you are satisfied with how your extension works, package it for deployment and installation.
- Mozilla/Add-ons/Thunderbird/Building_a_Thunderbird_extension_9:_distributing The addons.mozilla.org site is a distribution site where you can host your extension for free. ...
- Mozilla/Add-ons/Thunderbird/Creating_a_Custom_Column In this example we will be developing a small extension that will be adding a column that will ...
- Mozilla/Add-ons/Thunderbird/Error_reporting_tools Currently, Thunderbird tends to eat a lot of exceptions. Some make it to the error console, most ...
- Mozilla/Add-ons/Thunderbird/FAQ The old contents of this FAQ page were duplicated in the Setting up extension development ...
- Mozilla/Add-ons/Thunderbird/Finding_the_code_for_a_feature Frequently you are trying to figure out the code that implements a specific feature of the user ...
- Mozilla/Add-ons/Thunderbird/HowTos Please add questions or answers to this page so that other people can benefit from your work. ...
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Access_StringBundle_from_Overlay Stringbundles are handy for localizing your project by removing all of your strings into a ...
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Access_Thunderbird_Window_Areas To access particular parts of the Thunderbird window you can use these helper methods. An ...
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Access_Window The window object represents the Window of the Thunderbird application as well as the currently ...
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Access_Window_Area This page has no content. Enrich MDC by contributing.
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Add_New_Tab
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Add_Option_to_Context_Menu Assuming this on chrome.manifest:
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Add_Tab This page has no content. Enrich MDC by contributing.
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Create_Custom_Column The article " Creating a Custom Column " will get you well on the road to creating your own ...
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Detect_Opening_Folder Some actions require execution every time you open a folder (for example, registering a custom ...
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Filter_Incoming_Mail To filter incoming mail, the first step is to detect new messages inconming. The, you've got ...
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Get_Thunderbird_version On Thunderbird version 3.0b3pre and later, you can use the following snippet to get the ...
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Modify_Folder_Pane_Display See https://addons.mozilla.org/en-US/thu...er-categories/ for an example.
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Modify_Message_List This page has no content. Enrich MDC by contributing.
- Mozilla/Add-ons/Thunderbird/HowTos/Common_Thunderbird_Extension_Techniques/Use_SQLite If you'd like to use an SQLite database in your extension you'll need to look over the Storage ...
- Mozilla/Add-ons/Thunderbird/HowTos/Folders_and_message_lists The FolderDisplayWidget for the current folder can be accessed via the global variable ...
- Mozilla/Add-ons/Thunderbird/Useful_newsgroups_discussions The following discussions on mozilla.dev.apps.thunderbird and mozilla.dev.extensions include ...
- Mozilla/Add-ons/Thunderbird/Working_with_the_Folder_Pane The "Folder Pane" refers to the main navigation element that appears on the left side of the ...
- Mozilla/Creating_a_login_manager_storage_module The Login Manager manages and stores user passwords. Extensions can replace the built-in ...
- Mozilla/Developer_guide/Build_Instructions/flags There are 32 bits of folder flags. Most of the flags tell you what kind of server it belongs to ...
- Mozilla/Developer_guide/Build_Instructions/Simple_Thunderbird_build This page covers the basic steps needed to build a bleeding-edge, development version of ...
- Mozilla/Developer_guide/Introduction The Mozilla community prides itself on being an open, accessible and friendly community for new ...
- Mozilla/Developer_guide/Source_Code The articles below will help you get your hands on the Mozilla source code, learn to navigate ...
- Mozilla/Developer_guide/Source_Code/Getting_comm-central Mercurial is a source code management tool which enables users to track changes to their source ...
- Mozilla/Performance/Reporting_a_Thunderbird_Performance_Problem_with_G This article will guide you in reporting a Thunderbird performance problem using the Gecko ...
- Mozilla/Preferences/Preference_reference/mail.tabs.drawInTitlebar Starting in Thunderbird 17.0, the tabs are drawn in the title bar. The old behavior can be ...
- Mozilla/Projects/MailNews MailNews stands for "Mail and Newsgroups". MailNews is the back end of the messaging parts of ...
- Mozilla/Projects/MailNews/Leak_And_Bloat_Tests This page describes how to perform tests that measure memory leaks and bloat for MailNews and ...
- Mozilla/Projects/MailNews/MailNews_Automated_Testing Automated testing is an increasingly significant and important part of MailNews development. It ...
- Mozilla/Projects/Thunderbird/Thunderbird_Addon_Demonstrating_Autocomplete_With_Addrbook_And_LDAP This Addon creates a textbox at the end of Thunderbird main window into which you can type name ...
- Mozilla/Projects/Thunderbird/Thunderbird_ISP_hooks This format is no longer supported in Thunderbird 3 in favor of Autoconfiguration.
- Mozilla/Projects/Thunderbird/Thunderbird_Localization This page is aimed at current and future localizers of Thunderbird, Mozilla Messaging's e-mail ...
- Mozilla/Tech/Toolkit_API/STEEL STEEL is the S criptable T hunderbird E asy E xtension L ibrary. It is a FUEL -like set of ...
- Mozilla/Tech/Toolkit_API/STEEL/steelIApplication The
- Mozilla/Tech/XPCOM/Reference/Folders The folder classes all implement the nsIMsgFolder interface. There are currently three folder ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIAbCard The nsIAbCard interface is used to represent and manipulate cards in the addressbook. Following ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDBChangeListener The nsIDBChangeListener interface is used by components wanting to receive notification when the ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIEditorMailSupport Get a list of IMG and OBJECT tags in the current document.
- Mozilla/Tech/XPCOM/Reference/Interface/nsILoginInfo nsILoginInfo is an object containing information for a login stored by the Login Manager.
- Mozilla/Tech/XPCOM/Reference/Interface/nsILoginManager Replaces nsIPasswordManager which was used in older versions of Gecko.
- Mozilla/Tech/XPCOM/Reference/Interface/nsILoginManager/Using_nsILoginManager Extensions often need to securely store passwords to external sites, web applications, and so ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMessenger The nsIMessenger interface provides functions for managing the history, undo and redo ...
- Mozilla/Tech/XPCOM/Reference/Interface/NsIMsgAccountManagerExtension The nsIMsgAccountManagerExtension interface is used to add a new panel to Thunderbird's Account ...
- Mozilla/Tech/XPCOM/Reference/Interface/NsIMsgCompFields The nsIMsgCompFields interface provides properties for an composition of an outgoing message.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgCustomColumnHandler The nsIMsgCustomColumnHandler interface allows you to create custom handlers for columns. It can ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgDatabase The nsIMsgDatabase interface is an abstract interface used to access the mail database backend.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgDBHdr The nsIMsgDBHdr interface describes headers for mail messages.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgDBView The nsIMsgDBView interface handles the display of mail in the threadpane and preview pane of ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgDBViewCommandUpdater The nsIMsgDBViewCommandUpdater interface controls changes that occur as the selection changes.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgFilter
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgFilterList Defined in comm-central / mailnews / base / search / public / nsIMsgFilterList.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgFolder The nsIMsgFolder interface is used to interact with folders in Thunderbird. This page is out of ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgHeaderParser Defined in comm-central / mailnews / mime / public / nsIMsgHeaderParser.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgIdentity The nsIMsgIdentity interface contains all the personal outgoing mail information for a given ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgMessageService Objects that implements nsIMsgMessageService give the user top level routines related to ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgProtocolInfo The nsIMsgProtocolInfo interface describes the capabilities of an account type.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgRuleAction Defined in comm-central / mailnews / base / search / public / nsIMsgFilter.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgSearchCustomTerm Defined in comm-central / mailnews / base / search / public / nsIMsgSearchCustomTerm.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgSearchScopeTerm Defined in comm-central / mailnews / base / search / public / nsIMsgSearchScopeTerm.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgSearchSession The nsIMsgSearchSession interface allows you to create and manipulate search sessions within ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgSearchTerm Defined in mozilla / mailnews / base / search / public / nsIMsgSearchTerm.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgSearchValue
- Mozilla/Tech/XPCOM/Reference/Interface/NsIMsgSendLater The nsIMsgSendLater interface provides functions for managing the unsent folder of a messaging ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgThread The nsIMsgFolder interface is used to interact with threads in Thunderbird.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgWindow Implemented by: @mozilla.org/messenger/msgwindow;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIMsgWindowCommands The JavaScript implementation of this used by Thunderbird is given here.
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgJunkStatus Defined in comm-central / mailnews / base / public / MailNewsTypes2.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgKey Defined in comm-central / mailnews / base / public / MailNewsTypes2.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgLabelValue Defined in comm-central / mailnews / base / public / MailNewsTypes2.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgPriorityValue Defined in comm-central / mailnews / base / public / MailNewsTypes2.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgRuleActionType Defined in comm-central / mailnews / base / search / public / nsMsgFilterCore.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgSearchAttrib Defined in comm-central / mailnews / base / search / public / nsMsgSearchCore.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgSearchOp Defined in comm-central / mailnews / base / search / public / nsMsgSearchCore.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgSearchValue Defined in comm-central / mailnews / base / search / public / nsMsgSearchCore.idl
- Mozilla/Tech/XPCOM/Reference/Interface/nsMsgSearchWidgetValue Defined in comm-central / mailnews / base / search / public / nsMsgSearchCore.idl
- Mozilla/Tech/XPCOM/Reference/nsIAbCard_(Tb3) The nsIAbCard interface is used to represent and manipulate cards in the address book. In a big ...
- Mozilla/Tech/XPCOM/Reference/nsMsgNavigationType The nsMsgNavigationType interface contains constants used for message navigation in Thunderbird. ...
- Mozilla/Tech/XPCOM/Reference/nsMsgViewCommandCheckState The nsMsgViewCommandCheckState interface contains constants used for command status in ...
- Mozilla/Tech/XPCOM/Reference/nsMsgViewCommandType The nsMsgViewCommandType interface contains constants used for commands in Thunderbird. For ...
- Mozilla/Tech/XPCOM/Reference/nsMsgViewFlagsType The nsMsgViewFlagsType interface contains constants used for view flags in Thunderbird. This ...
- Mozilla/Tech/XPCOM/Reference/nsMsgViewSortOrder The nsMsgViewSortOrder interface contains constants used for sort direction in Thunderbird. This ...
- Mozilla/Tech/XPCOM/Reference/nsMsgViewSortType The nsMsgViewSortType interface contains constants used for sorting the Thunderbird threadpane. ...