Review of "Bubblemail" version 30

Details Page Preview

Indicator for new and unread mail (Yahoo, Gmail, Microsoft, Outlook, Aol, Icloud, Protonmail, Gmx...) * Multiple accounts support * Local mail support for Maildir and Mbox formats * Remote mail support for Pop3, Imap and Exchange protocols * Automatic imports of Gnome Online Accounts * Plugin support with default ones : spam filter, sound alert, libnotify, user script * Avatars provided by the server or default colorized ones * Reports for connection errors. BE AWARE THAT THIS EXTENSION REQUIRES BUBBLEMAIL SERVICE INSTALLATION Check your distribution packaging system for availability. Packages for distributions and source tarballs can be found here : http://bubblemail.free.fr Please report any issue on the gitlab pages of the project : https://framagit.org/razer/bubblemail/issues https://framagit.org/razer/bubblemail-gnome-shell/issues

Extension Homepage
http://bubblemail.free.fr

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • extension.js:90
        this._settings.connect('changed', (unused_settings, unused_key) => {
          this.destroy();
          this.create();
          this.update();
        })
  • indicator.js:71
    this.menu.connect('open-state-changed', this._subMenuOpenStateChanged.bind(this))

All Versions

Version Status
30 Active
29 Rejected
28 Active
27 Active
26 Rejected
25 Active
24 Active
23 Active
22 Active
21 Rejected
20 Active
19 Active
18 Active
17 Active
16 Active
15 Active
14 Active
13 Rejected
12 Active
11 Active
10 Active
9 Active
8 Active
7 Active
6 Rejected
5 Active
4 Active
3 Rejected
2 Active
1 Active

Previous Reviews on this Version

Razer posted a review
signals are disconnected outside disable() via calls, see changelog
fmuellner active