Code Monkey home page Code Monkey logo

gpum's People

Contributors

mooz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jp2rtq 958 tomomodel

gpum's Issues

Bug with Firefox 26beta with "Display Preview"

Hi I use Firefox Beta Channel so from Firefox 26 there is a bug with the Display Preview" function of GPUM. I use Firefox on Win7 64bit.

Some random part of the "Display Preview" become TRANSPARENT... If I use the scrollbar to see other parts of the "preview" the missing part change.

I've tried on 2 different computers to confirm the bug & both have the bug.

Here's a "Screencast" Video of the bug since it is hard to describe with words (English is not my native language).

http://www.screenr.com/IA6H

If you have a beta version of the XPI file send me a link I will test it !

Best Regards !

Thx!

複数アカウント対応

対応予定はあるでしょうか。

最近は Web mail チェッカー系の addon も少なく、対応いただけると嬉しいです。

Request a new setting option / function

Hello mooz,

It's a good add-on for Firefox. Since "Gmail manager" seems not work for me, it's the only one which can manage my gmail by Firefox add-on directly.

I think it's better to add a setting option & function like:
Mark as read when archive the mail by gpum

When you let gpum check all unread mails (all mail box, not inbox), archive a unread mail, then you will find gpum notice you again for the same mail in the "all mail". So in this case, when we want to archive&mark_read a mail, we must do the following actions: archive -> check mail -> mark read.
Since not everyone want to check all unread mails, and not everyone want to mark as read when archive a mail, it's better to make this function as an option in the settings.

Thank you very much and also your wonderful add-on!

PS: I haven't registered an account in molliza.org, so I leave my message here.

Firefox 17 でプレビュー表示時に印刷ダイアログが表示される

Diff 形式ですみません。課題のものを修正しました。
Firefox 17.0 / WIndows 7 で確認しています。
ご確認、よろしくお願いします。

--- src_old/content/gpum.js
+++ src_new/content/gpum.js
@@ -180,7 +180,7 @@
                 onSecurityChange    : function () {},
                 onLinkIconAvailable : function () {}
             };
-            iframe.addProgressListener(onLocationChange, Ci.nsIWebProgress.NOTIFY_STATE_DOCUMENT);
+            iframe.addProgressListener(onLocationChange, Ci.nsIWebProgress.NOTIFY_STATE_DOCUMENT | Ci.nsIWebProgress.NOTIFY_LOCATION);
 
             iframe.addEventListener("click", function (ev) {
                 let elem = ev.target;

Mark as read when mail achieved

It will be better if the mail is marked as read when it is achieved, or the new mail count will still be shown after achieving.

Cannot get unread email list if "Check all unread emails" is used

The error source probably the URL composition in line 122:

get atomURL() this.mailURL + "feed/atom" + this.atomLabel,

The "feed/atom" string is concatenated with the label (which is "unread" if this option is set), and the resulting address ends with "feed/atomunread". GMail returns usual HTML page instead of RSS, and parsing fails.

The solution would probably be adding a slash at the end of the "feed/atom":

get atomURL() this.mailURL + "feed/atom/" + this.atomLabel,

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.