Bug 196341 - mail/imapsync: Update to 1.607
Summary: mail/imapsync: Update to 1.607
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords: easy, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2014-12-28 23:31 UTC by mp39590
Modified: 2014-12-29 08:43 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (pi)


Attachments
patch (1.26 KB, patch)
2014-12-28 23:31 UTC, mp39590
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mp39590 2014-12-28 23:31:29 UTC
Created attachment 151053 [details]
patch

- update from 1.592 to 1.607
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-28 23:31:29 UTC
Auto-assigned to maintainer pi@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-12-29 08:42:31 UTC
A commit references this bug:

Author: pi
Date: Mon Dec 29 08:41:59 UTC 2014
New revision: 375776
URL: https://svnweb.freebsd.org/changeset/ports/375776

Log:
  mail/imapsync: 1.592 -> 1.607

  Changes:
  - Folders showed also in utf8.
  - Caveat to upgrade on Unix!: New Unicode::String Perl module
    dependency, for utf8 output. See the INSTALL file.
  - Enhancement: Added --skipemptyfolders to skip syncing empty host1
    folders. They are not created on host2.
  - Usability: Remove /x from regexes applied with --include and --exclude.
    Blanks no longer have to be explicit with \ or [ ].
  - Usability: Added utf8 output for folder names, protocol native utf7imap
    special characters are not user friendly readable
  - Usability: Moved foldersizes output after folders lists output.
  - Usability: Added total size transferred after each message copied.
  - Usability: After ETA, added number of total to be synced, as a
    denominator dddd after each message copied, like nnn/dddd where nnn
    is the number of messages copied. Before there was only nnn without
    /dddd.
  - Bug fix: Added several checks if IsUnconnected. Goal avoid imap
    commands while disconnected. Reconnexion would be better anyway.

  PR:		196341
  Submitted by:	mp39590@gmail.com

Changes:
  head/mail/imapsync/Makefile
  head/mail/imapsync/distinfo
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2014-12-29 08:43:08 UTC
Committed, thanks!