Change logs for unity-mail source package in Raring

  • unity-mail (1.3.3~13.04) raring-proposed; urgency=low
    
      * New bugfix release.
        - Prevent potential crash in check_email when email is not valid.
        - If the default collection does not exist, try to create it. This
          really fixes the ItemNotFoundException problems (LP: #1165548).
        - Fix the version number in the help message.
     -- Dmitry Shachnev <email address hidden>   Wed, 05 Jun 2013 10:00:37 +0400
  • unity-mail (1.3.2) raring; urgency=low
    
      * 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.
     -- Dmitry Shachnev <email address hidden>   Fri, 05 Apr 2013 17:49:24 +0400
  • unity-mail (1.3.1) raring; urgency=low
    
      * New bugfix release.
        - Fix NameError on first run (LP: #1153160).
        - Fix for deprecations in PyGObject 3.8.
     -- Dmitry Shachnev <email address hidden>   Tue, 12 Mar 2013 14:47:09 +0400
  • unity-mail (1.3) raring; urgency=low
    
      * 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).
     -- Dmitry Shachnev <email address hidden>   Wed, 06 Mar 2013 21:21:23 +0400
  • unity-mail (1.2.4) raring; urgency=low
    
      * New bugfix release.
        - check_email: correctly handle cases when email is the same as login
          (LP: #1088373).
      * debian/rules: remove __pycache__ on clean.
     -- Dmitry Shachnev <email address hidden>   Thu, 10 Jan 2013 19:05:08 +0400
  • unity-mail (1.2.3) raring; urgency=low
    
      * 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.
     -- Dmitry Shachnev <email address hidden>   Thu, 06 Dec 2012 20:52:26 +0400
  • unity-mail (1.2.2) quantal; urgency=low
    
      * 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()
     -- Dmitry Shachnev <email address hidden>   Mon, 01 Oct 2012 09:53:20 +0400