lp:ubuntu/raring/unity-mail

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/raring/unity-mail
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

15. By Dmitry Shachnev

* New bugfix release.
  - Remove useless str() wrap in try_establish_connection().
  - Handle socket errors in mark_message_as_read().
  - Handle UnicodeEncodeErrors in try_establish_connection().
  - When unable to get the default secretstorage collection, wait
    a second and try again using a different method (LP: #1162135).
  - Do not use star imports, to get pyflakes working.

14. By Dmitry Shachnev

* New bugfix release.
  - Fix NameError on first run (LP: #1153160).
  - Fix for deprecations in PyGObject 3.8.

13. By Dmitry Shachnev

* New release.
  - Add a GUI option to play sounds (LP: #1046294).
  - mark_message_as_read(): handle IMAP errors here.
  - Switch from subprocess.Popen() to subprocess.call().
  - Support notification filtering:
    + Add X-GNOME-UsesNotifications=true to unity-mail.desktop.
    + Set 'desktop-id' hint for every notification.
  - check_email(): Make the check always pass when email = login
    (LP: #1123092).
  - on_mm_item_clicked(): Don't mark mail as unread when urlid is set.
  - Port to SecretStorage library:
    + Depend on python3-secretstorage.
    + Edit existing items in the secret collection instead of
      replacing them.
* Recommend gnome-session-canberra (>= 0.28-4).
* Update desktop file description (LP: #1080094).

12. By Dmitry Shachnev

* New bugfix release.
  - check_email: correctly handle cases when email is the same as login
    (LP: #1088373).
* debian/rules: remove __pycache__ on clean.

11. By Dmitry Shachnev

* New bugfix release.
  - Fix generation of fallback message-ids.
  - Handle header decoding errors, return raw headers on failures.
  - Ensure that alarm is always cancelled after folder update
    (LP: #1084882).
  - Replace "except:" with "except SomeException:" in two places to
    ensure that it won't try to handle TimeoutException.
  - try_establish_connection: fix error message being never shown by
    moving it before sys.exit() call, slightly simplify the code.
* Updated my e-mail address.

10. By Dmitry Shachnev

* New bugfix release (LP: #1061047)
  - Don't show dialog twice on startup (LP: #1058803)
  - Handle dialog errors in on_dialog_response() handler
  - Skip accounts with empty username
  - Handle login failures in try_establish_connection()
  - Make print_error() a global function to fix NameError in
    decode_wrapper()

9. By Dmitry Shachnev

* New bugfix release (LP: #1056063)
  - Correctly handle unicode folder names with spaces
  - Call check_email with right account id
  - Handle exceptions when printing to stderr (LP: #1056037)
* Bump Standards-Version to 3.9.4, no changes needed
* debian/rules: Tweak the PYTHON3 variable to make sure the scripts
  get a correct shebang line, thanks Colin Watson
* unity-mail.desktop: Add "NotShowIn=Messaging Menu;" header to two
  actions to prevent them from being shown in the Messaging Menu
  (LP: #1055972)

8. By Dmitry Shachnev

* New release (LP: #1045325)
  - Port to libmessaging-menu (LP: #1040259)
    + Add new Message class as a replacement for old message tuples
    + Move "Mark all as read" action to the launcher quicklist
    + Move some code from um-url to config.py
    + Call subprocess.Popen with shell=True
  - Properly convert non-ascii folder names to UTF-7 bytestrings
    (LP: #1043786)
* Recommend gir1.2-messagingmenu-1.0

7. By Dmitry Shachnev

* New release (LP: #1036603)
  - Remove 60 seconds limit for check interval
  - Better handling of KeyboardInterrupts
  - Add AccountDisplay configuration option for displaying account data
    in notifications (LP: #1015091)
  - Ensure that command chooser button is at least 180px in width
  - Split unity-mail by modules
  - Add basic setup.py file
* Bump debhelper compatibility level to 9
* Build using dh_python3

6. By Dmitry Shachnev

* New release (LP: #1023807)
  - Support for working without Unity
  - Pressing Ctrl+C twice now exits the app
  - Correctly handle failures of GnomeKeyring and Notify modules
  - Set per-connection timeout interval to 7 seconds
* Use new comment for the desktop file

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/saucy/unity-mail
This branch contains Public information 
Everyone can see this information.

Subscribers