Skip to main content
Home
X-notifier

Main navigation

  • Home
  • Forums
User account menu
  • Log in

Breadcrumb

  1. Home

FAQ

By tobwithu , 7 March 2013

When X-notifier does not work with your account

Forums
FAQ

When X-notifier does not work with your account, Try this.

  1. check if you can login manually in your browser without any unusual messages.
  2. clear cookies and caches.
  3. If you use Firefox, please check if your password is correct in Firefox's password manager.
  4. restart your browser.

  If this does not work.(and if you use Firefox)

  1. Create new firefox profile.(http://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-f…)
  2. install X-notifier only
  3. test if it works.

  If it still does not work

  1. In the popup menu, Shift+Click Help. This will show ‘Log’ menu.
  2. Click ‘Check now’ and wait until X-notifier says ‘Not checked’.
  3. Click ‘Log’ will save log file.
  4. Send the log file to xndevel@gmail.com.
By tobwithu , 30 May 2013

Support list

Forums
FAQ

Currently supports

  • Gmail (Gmail & Google Apps)
  • Yahoo (yahoo.com, ymail.com, rocketmail.com, yahoo.co.jp, btinternet.com, ovi.com)
  • Hotmail (hotmail.com, outlook.com, msn.com, live.com)
  • AOL (aol.com, aim.com)
  • Daum (daum.net, hanmail.net)
  • Naver
  • Nate (nate.com, empas.com)
  • POP3/IMAP
  • RSS

Other sites are supported with scripts.
http://xnotifier.tobwithu.com/scripts.php

By tobwithu , 8 March 2013

[FF] Hidden options in X-notifier for Firefox

Forums
FAQ

Type 'about:config' in location bar to change this options.

  • extensions.xnotifier.saveCookies : true
    save X-notifier's cookies to Firefox's cookie manager
     
  • extensions.xnotifier.enableToolbar : true
    enable X-notifier toolbar
     
  • extensions.xnotifier.shortcut.sidebar.key : x
    sidebar shortcut key
     
  • extensions.xnotifier.shortcut.sidebar.modifiers : accel,alt
    sidebar shortcut modifier
     
  • extensions.xnotifier.loadInBackground : false
    open tab will load in background if true
     
  • extensions.xnotifier.activityIcon : 0
    show animated icon while checking
    • 0 : show on startup and manual check
    • 1 : show always
  • extensions.xnotifier.alertTextStyle : ""
    set style of alert window text.
    If you want to change text color to black, set it to 'color:black' or 'color:#000000'.
     
  • extensions.xnotifier.iconLeftClick : 0
    set icon left click function
    • 0 : open all accounts which has messages
    • 1 : check now
  • extensions.xnotifier.showBookmarkMenu : true
    toggle X-notifier bookmark menu

Belows are account specific.

  • extensions.xnotifier.accounts.[HOST#USERNAME].icon : ""
    define custom icon URL
  • extensions.xnotifier.accounts.[HOST#USERNAME].includeSpam : 0
    decide spam folder notification
    • 0 : do not include
    • 1 : include to folder view only
    • 2 : include to notificaion
  • extensions.xnotifier.accounts.[HOST#USERNAME].sound : ""
    define custom sound URL
  • extensions.xnotifier.accounts.[HOST#USERNAME].link : ""
    define custom URL which is opened when you click the account
By tobwithu , 8 March 2013

How to write X-notifier scripts.

Forums
FAQ
To make your own script, you should be able to handle javascript and regular expressions. When the login form of your webmail provider is like this,
<form action="https://logins.foo.com/login" method="post">
  <input name="user">
  <input name="passwd" type="password">
  <input name="key" value="abc=12" type="hidden">
  <input value="Login" type="submit">
</form>

the corresponding script is as below. Save below codes as 'mymail.js'(or other name that ends with '.js') And install it in X-notifier preferences.

var name="MyMail";
var ver="2010-06-08";
function init(){
  this.dataURL="http://welcome.foo.com";
  this.loginData=["https://logins.foo.com/login",
                      "user","passwd","key="+encodeURIComponent("abc=12")];
  this.viewURL="http://mail.foo.com";
}
function getCount(aData){ //aData is a html source in dataURL
  var fnd=aData.match(......); //find mail count
  if(fnd){
    var num;
    //get mail count here
    return num;
  }else{
    return -1;//display 'not checked' message
  }
}
  • name : the provider name that wiil be shown in X-notifier
  • dataURL : the url where you can get mail count
  • loginData : [ formSubmitURL, usernameField, passwordField, additionalData ]
    • formSubmitURL : action url of the login form
    • usernameField : input field name of username
    • passwordField : input field name of password
    • additionalData : other input fields data
  • viewURL : the url that will be opened when you click the icon or menuitem

This is the simplest form of script. If your script does not work, please refer to other scripts from here. http://xnotifier.tobwithu.com/scripts.php

By tobwithu , 8 March 2013

[FF] How to configure POP3(or IMAP)

Forums
FAQ

Select POP3(or IMAP) from the list in the options window.

  • Username : username used in POP3(or IMAP)
  • Password : password used in POP3(or IMAP)
  • Server : POP3(or IMAP) server name and port number
    • For example, pop.example.com:995
    • You can leave out port number if you use default port(995 for POP3, 993 for IMAP)
    • From above example, if you use tcp port 995, pop.example.com is also valid.
  • Link : You can open webpage or mail client when you click.
    • http://webmail.example.com
    • file:///C:/Program%20Files/Mozilla%20Thunderbird/thunderbird.exe
By tobwithu , 7 March 2013

[FF] Session Manager in X-notifier

Forums
FAQ

X-notifier has separate session manager in it to access accounts in background.

* When you disable 'Multiple login',
If you click account in XN, XN copy cookies to browser.

* When you enable 'Multiple login',
If you click default account in XN, XN copy cookies to browser.
If you click non-default account, XN make browser to use XN's session manager.
This will be displayed as a 'underline' in tab title.

You can change which session to use in tab menu(right click tab title).
'None' means not to use XN's session manager.

When you see wrong accounts while you use mails
If you enable 'Multiple login', browser uses XN's session manager.
When you open a link to new tab, the tab does not use XN's session manager by default.
That's why you logged in with default account .
To prevent this, enable 'Keep session for links' in Options.

FAQ
  • Default check interval not work
  • Delete X-notifier account
  • Yahoo Mail not working with X-Notifier Neo
  • So X-notifier is dead now?
  • Yahoo broken :(
More
  • Create new account
  • Reset your password
Powered by Drupal