Giter VIP home page Giter VIP logo

compose's People

Contributors

protz avatar schuyler1d avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

schuyler1d aladio

compose's Issues

Signature

Hello,
I have put a signature in my account and when I use the extension, the signature is not put in the message.

Thanks

Kind Regards
Christophe

[Feature Request] JQuery progress bar

Protz, I can see some code to have a progress bar in the Compose, is this already done? or are you planning to implement it in the future? I can work on that, I'm just not sure if it should be implemented in the functions:

function pValue (v) {
//Log.debug(v+"%");
return;
$(".statusPercentage")
.show()
.text(v+"%");
$(".statusThrobber").hide();
}

function pUndetermined () {
return;
$(".statusPercentage").hide();
$(".statusThrobber").show();
}

function pText (t) {
//Log.debug(t);
return;
$(".statusMessage").text(t);
}

[Feature Request] Default Editor

I like the header and compose in a tab thing but I'm not a big fan of the CKEditor. Please provide a way to configure the editor so that the regular Thunderbird editor can be used instead of CKEditor. Thanks!

[Feature Request]Reply shows only 'Write...'

This is a feature request than a bug, but using the Compose to reply I got only 'Write...' in the tab title, would it be nice if some extra information could be showed like the subject, if its a reply or a fwd, since sometimes I let several tabs opened to answer later and it's hard to find out the one that I want to answer first.
It could be something like 'Reply [subject]'; 'Fwd [Subject]', and leave the 'Write...' only for news messages...

Thanks

Additional icons and toolbars not supported.

In Thunderbird Composer extension it is not possible to customize any aditional icons from other, allied extensions, or to have user toolbars. This is important for the many extensions that produce some textual output or are intended to perform checks on the text.

Plain text emails not handled properly

I am using the Thunderbird Compose extension. If I receive a plain text email, and then forward it, taking me into the Thunderbird Compose extension, the latter seems to lock up every time.

Another related problem. I could not see how to compose a new plain text email in the extension. Or how to wrap it to 80 columns, as is the convention. This format is still heavily used for somewhat 'speculative' marketing communicatiuons.

Make sure we use multipart/mixed only when necessary

Write a function that walks down the HTML generated by ckeditor and tells if we really need to send html (div, pre, span = ok if no style, b, i, u, strong, em, code are handled by the converter so that's ok too (check that assumption)).

The working draft is sometimes not deleted

Error: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIMsgFolder.GetMessageHeader]" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: chrome://kompose/content/stub.ui.js :: <TOP_LEVEL> :: line 102" data: no]

Tabs are not restored properly + can't compose two emails at the same time

Right now, if we restore a tab, it doesn't restore stuff properly (i.e. if it's a draft, it won't load up the latest version of the draft). Fixing this will require assigning a unique id to each composition session, and as a side effect, will fix the fact that we can't compose two emails at the same time.

Postbox compatible?

Can you make this compatible with Postbox http://www.postbox-inc.com/extensions, i really like in TB. But miss the feature to be able use the standard compose write functions without FCKeditor. Thanks for a grate plugin, this is how all email software should have as standard, not all this ******* cluttering windows everywere.... all things should be in there container no were else...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.