Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2012 08:41:42 +0000 (UTC)
From:      Eygene Ryabinkin <rea@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail/offlineimap Makefile distinfo ports/mail/offlineimap/files patch-fix-super-usage patch-imaplib2-python-bug3473 patch-use-interpolation
Message-ID:  <201206190841.q5J8fgHU042681@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rea         2012-06-19 08:41:42 UTC

  FreeBSD ports repository

  Modified files:
    mail/offlineimap     Makefile distinfo 
  Added files:
    mail/offlineimap/files patch-use-interpolation 
  Removed files:
    mail/offlineimap/files patch-fix-super-usage 
                           patch-imaplib2-python-bug3473 
  Log:
  mail/offlineimap: upgrade to 6.5.4
  
  Changes since 6.5.3.1:
  
   - Bump bundled imaplib2 library 2.29 --> 2.33
   - Actually perform the SSL fingerprint check (reported by J. Cook)
   - Curses UI, don't use colors after we shut down curses already
     (C.H"oger)
   - Document that '%' needs encoding as '%%' in *.conf
   - Fix crash when IMAP.quickchanged() led to an Error
     (reported by sharat87)
   - Implement the createfolders setting to disable folder propagation
     (see docs)
  
  Changes since 6.5.3:
  
   - Don't fail if no dry-run setting exists in offlineimap.conf
     (introduced in 6.5.3)
  
  Changes since 6.5.2.1:
  
   - --dry-run mode protects us from performing any actual action.
     It will not precisely give the exact information what will happen.
     If e.g. it would need to create a folder, it merely outputs "Would
     create folder X", but not how many and which mails it would
     transfer.
   - Internal code changes to prepare for Python3
   - Improve user documentation of nametrans/folderfilter
   - Fixed some cases where invalid nametrans rules were not caught and
     we would not propagate local folders to the remote repository. (now
     tested in test03)
   - Revert "* Slight performance enhancement uploading mails to an IMAP
     server in the common case." It might have led to instabilities.
   - Revamped documentation structure. make in the docs dir or make doc
     in the root dir will now create the 1) man page and 2) the user
     documentation using sphinx (requiring python-doctools, and sphinx).
     The resulting user docs are in docs/html. You can also only create
     the man pages with make man in the docs dir.
   - -f command line option only works on the untranslated remote
     repository folder names now. Previously folderfilters had to match
     both the local AND remote name which caused unwanted behavior in
     combination with nametrans rules. Clarify in the help text.
   - Some better output when using nonsensical configuration settings
  
  Revision  Changes    Path
  1.40      +37 -12    ports/mail/offlineimap/Makefile
  1.25      +2 -2      ports/mail/offlineimap/distinfo
  1.2       +0 -31     ports/mail/offlineimap/files/patch-fix-super-usage (dead)
  1.2       +0 -37     ports/mail/offlineimap/files/patch-imaplib2-python-bug3473 (dead)
  1.1       +62 -0     ports/mail/offlineimap/files/patch-use-interpolation (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206190841.q5J8fgHU042681>