Skip to content

A set of hopefully useful modules that you can import in your Thunderbird extension. Wrappers for deleting messages, archiving messages, sending messages, wrapping text, quoting text...

Notifications You must be signed in to change notification settings

shirosaki/thunderbird-stdlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thunderbird Standard Library

The goal of this project is to provide a nice set of wrappers to get started quickly when developing a Thunderbird addon. The initial thread on Google groups details the ideas.

The following areas should be covered by this library:

  • sending a message, possibly in HTML,
  • doing various things with messages, including marking them as read, archiving them, deleting them, getting the associated tags...
  • wrappers for commong address book actions, such as quickly saving an email address in some address book,
  • various util functions: escaping text for HTML insertion, accessing the user's identities...

Gloda, MailUtils.jsm, GlodaUtils.js already provide useful functions. The goal is not to replace these, but rather to fill in the gaps. These functions are used by the "Thunderbird Conversations" and "Compose in a tab" extensions.

About

A set of hopefully useful modules that you can import in your Thunderbird extension. Wrappers for deleting messages, archiving messages, sending messages, wrapping text, quoting text...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Shell 1.9%