Code Monkey home page Code Monkey logo

gmail-manager's People

Contributors

bongosito avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

droho joolee

gmail-manager's Issues

Fails to work if user name is not entered as lower case

Reports on the forum say that notifications (or unread count?) doesn't work correctly if the user name entered contains upper case characters. Re-entering the account name in lower case works fine.

E-mail addresses should be case-insensitive, IIRC, so there should be no problems if we force lower case all the time.

Handle basic HTML view

All the code changes so far need to be ported to the basic HTML fallback paths in case the accounts were set to use that rather than the default ui=2

Support priorty inbox

There are reports that the extension is not correctly understanding inboxes with priority inbox enabled.

Hangs Firefox if Buzz is enabled

This plugin immediately crashes Firefox upon launch.
I am using Windows 7 and FireFox 3.6.12...i have disabled all other plugins and it still crashes. Very odd.

Resets the toolbar

Hi,
This extension seems to reset the toolbar and remove all custom toolbar buttons from other addons in the "Customize Toolbar" dialog.

I remembered something I did for Strata Buddy and made this addon the first one in extensions.ini and that fixed it, but please fix this issue so that I can KNOW what actually causes this because it seems that some addons have this bug and even SpewBoy wasn't able to correct it on Strata Buddy.

Thanks.

Investigate proxy-related hangs

People are reporting hangs related to proxies (and possibly, multiple accounts); investigate with one (e.g. a non-existent SOCKS proxy.)

This may happen more on startup. Look at that too.

Makefile for python 3 (not really a bug)

To build with python 3, you need two changes in Makefile.py:

change:
os.mkdir(".xpi-stage", 0755)
to
os.mkdir(".xpi-stage", 0o755)

change:
print "Build complete."
to
print("Build complete.")

Just found that you have git for this...

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.