notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/offlineimap/Makefile

Number of commits found: 62

Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Saturday, 27 Jul 2019
13:34 misha search for other commits by this committer
- update from 7.2.3 to 7.2.4
Original commitRevision:507448 
Saturday, 16 Mar 2019
16:40 misha search for other commits by this committer
- update from 7.2.1 to 7.2.3
Original commitRevision:495910 
Sunday, 17 Jun 2018
14:30 misha search for other commits by this committer
- update from 7.2.0 to 7.2.1
Original commitRevision:472606 
Monday, 4 Jun 2018
15:13 misha search for other commits by this committer
- update from 7.1.5 to 7.2.0
Original commitRevision:471555 
Thursday, 22 Feb 2018
06:28 misha search for other commits by this committer
- update 7.1.4 to 7.1.5

PR:		225740
Submitted by:	uzsolt@uzsolt.hu
Approved by:	jpaetzel (implicit)
Original commitRevision:462562 
Saturday, 2 Dec 2017
11:57 misha search for other commits by this committer
- update from 7.0.3 to 7.1.4

Approved by:	jpaetzel (mentor)
Original commitRevision:455349 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 28 Jan 2017
22:18 misha search for other commits by this committer
- update from 7.0.12 to 7.0.13

Approved by:	jpaetzel (implicit)
Original commitRevision:432688 
Friday, 16 Dec 2016
17:26 misha search for other commits by this committer
- update from 7.0.9 to 7.0.12

Approved by:	wg (co-mentor)
Original commitRevision:428688 
Monday, 28 Nov 2016
18:40 misha search for other commits by this committer
- update from 7.0.8 to 7.0.9

PR:		214241
Submitted by:	mp39590@gmail.com (maintainer)
Approved by:	jpaetzel (mentor)
Original commitRevision:427343 
Sunday, 23 Oct 2016
17:50 pi search for other commits by this committer
mail/offlineimap: update 6.5.7 -> 7.0.8

PR:		213672
Changes:	http://www.offlineimap.org/doc/Changelog.html
Submitted by:	mp39590@gmail.com (maintainer)
Original commitRevision:424536 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Tuesday, 13 Oct 2015
07:56 mat search for other commits by this committer
- update from 6.5.5 to 6.5.7
- add py-sqlite3 as a run dependency
- simplify the port

PR:		201402
Submitted by:	mp39590 gmail com
Sponsored by:	Absolight
Original commitRevision:399181 
Thursday, 7 May 2015
16:32 mat search for other commits by this committer
Update ports in the [i-m]* category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385637 
Tuesday, 21 Oct 2014
17:10 mva search for other commits by this committer
- Convert ports of mail/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371330 
Friday, 28 Mar 2014
13:34 garga search for other commits by this committer
Support stage

Approved by:	portmgr (blanket)
Original commitRevision:349420 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Saturday, 5 Oct 2013
18:36 rea search for other commits by this committer
Upgrade OfflineIMAP to 6.5.5

Changes since 6.5.4:

 * Avoid lockups for IMAP synchronizations running with the
   "-1" command-line switch (X-Ryl669 <boite.pour.spam@gmail.com>)
 * Dump stacktrace for all threads on SIGQUIT: ease debugging
   of threading and other issues
 * SIGHUP is now handled as the termination notification rather than
   the signal to reread the configuration (Dmitrijs Ledkovs)
 * Honor the timezone of emails (Tobias Thierer)
 * Allow mbnames output to be sorted by a custom sort key by specifying
   a 'sort_keyfunc' function in the [mbnames] section of the config.
 * Support SASL PLAIN authentication method.  (Andreas Mack)
 * Support transport-only tunnels that requre full IMAP authentication.
   (Steve Purcell)
 * Make the list of authentication mechanisms to be configurable.
   (Andreas Mack)
 * Allow to set message access and modification timestamps based
   on the "Date" header of the message itself.  (Cyril Russo)
 * "peritem" format string for [mbnames] got new expansion key
   "localfolders" that corresponds to the same parameter of the
   local repository for the account being processed.
 * [regression] pass folder names to the foldersort function,
   revert the documented behaviour
 * Fix handling of zero-sized IMAP data items (GitHub#15).
 * Updated bundled imaplib2 to 2.35:
   - fix for Gmail sending a BYE response after reading >100 messages
     in a session;
   - includes fix for GitHub#15: patch was accepted upstream.
 * Updated bundled imaplib2 to 2.36: it includes support for SSL
   version override that was integrated into our code before,
   no other changes.
 * Fixed parsing of quoted strings in IMAP responses: strings like "\\"
   were treated as having \" as the escaped quote, rather than treating
   it as the quoted escaped backslash (GitHub#53).
 * Execute pre/post-sync hooks during synchronizations
   toggled by IMAP IDLE message processing. (maxgerer@gmail.com)
 * Catch unsuccessful local mail uploads when IMAP server
   responds with "NO" status; that resulted in a loss of such
   local messages. (Adam Spiers)
 * Don't create folders if readonly is enabled.
 * Learn to deal with readonly folders to properly detect this
   condition and act accordingly.  One example is Gmail's "Chats"
   folder that is read-only, but contains logs of the quick chats. (E.
   Ryabinkin)
 * Fix str.format() calls for Python 2.6 (D. Logie)
 * Remove APPENDUID hack, previously introduced to fix Gmail, no longer
   necessary, it might have been breaking things. (J. Wiegley)
 * Improve regex that could lead to 'NoneType' object has no attribute
   'group' (D. Franke)
 * Improved error throwing on repository misconfiguration

Port changes:

 * adopted to USE_GITHUB;
 * fixed spacing and capitalization in pkg-descr.

QA page: http://codelabs.ru/fbsd/ports/qa/mail/offlineimap/6.5.5
Original commitRevision:329495 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Tuesday, 4 Jun 2013
10:32 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:319851 
Friday, 1 Mar 2013
19:41 rea search for other commits by this committer
mail/offlineimap: add patch for proper handling of read-only folders

PR:		176079
QA page:	http://codelabs.ru/fbsd/ports/qa/mail/offlineimap/6.5.4_1
Submitted by:	Matthew West <ports@r.zeeb.org>
Feature safe:	yes
Original commitRevision:313165 
Tuesday, 19 Jun 2012
08:41 rea search for other commits by this committer
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
Original commit
Wednesday, 22 Feb 2012
14:40 rea search for other commits by this committer
mail/offlineimap: update to 6.5.2.1

OfflineIMAP changed its maintainer again, now it is
Sebastian Spaeth.  There are too many changes since
6.4.0, so they won't be listed here for this update.

Feature safe: yes
Original commit
Saturday, 3 Dec 2011
19:38 rea search for other commits by this committer
mail/offlineimap: upgrade to 6.4.0

Changelog since 6.3.4:
{{{
OfflineIMAP v6.4.0 (2011-09-29)

This is the first stable release to support the forward-compatible
per-account locks and remote folder creation that has been introduced
in the 6.3.5 series.

 - Various regression and bug fixes from the last couple of RCs

OfflineIMAP v6.3.5-rc3 (2011-09-21)
Changes

 - Refresh server capabilities after login, so we know that Gmail
   supports UIDPLUS (it only announces that after login, not before).
   This prevents us from adding custom headers to Gmail uploads.

Bug Fixes

 - Fix the creation of folders on remote repositories, which was still
   botched on rc2.

OfflineIMAP v6.3.5-rc2 (2011-09-19)
New Features

 - Implement per-account locking, so that it will possible to sync
   different accounts at the same time. The old global lock is still
   in place for backward compatibility reasons (to be able to run old
   and new versions of OfflineImap concurrently) and will be removed
   in the future. Starting with this version, OfflineImap will be
   forward-compatible with the per-account locking style.

 - Implement RFC 2595 LOGINDISABLED. Warn the user and abort when we
   attempt a plaintext login but the server has explicitly disabled
   plaintext logins rather than crashing.

 - Folders will now also be automatically created on the REMOTE side
   of an account if they exist on the local side. Use the
   folderfilters setting on the local side to prevent some folders
   from migrating to the remote side. Also, if you have a nametrans
   setting on the remote repository, you might need a nametrans
   setting on the local repository that leads to the original name
   (reverse nametrans).

Changes

 - Documentation improvements concerning 'restoreatime' and some code
   cleanup

 - Maildir repositories now also respond to folderfilter=
   configurations.

Bug Fixes

 - New emails are not created with "-rwxr-xr-x" but as "-rw-r--r--"
   anymore, fixing a regression in 6.3.4.

OfflineIMAP v6.3.5-rc1 (2011-09-12)
Notes

Idle feature and SQLite backend leave the experimental stage! ,-)

New Features

 - When a message upload/download fails, we do not abort the whole
   folder synchronization, but only skip that message, informing the
   user at the end of the sync run.

 - If you connect via ssl and 'cert_fingerprint' is configured, we
   check that the server certificate is actually known and identical
   by comparing the stored sha1 fingerprint with the current one.

Changes

 - Refactor our IMAPServer class. Background work without user-visible
   changes.

 - Remove the configurability of the Blinkenlights statuschar. It
   cluttered the main configuration file for little gain.

 - Updated bundled imaplib2 to version 2.28.

Bug Fixes

 - We protect more robustly against asking for inexistent messages
   from the IMAP server, when someone else deletes or moves messages
   while we sync.

 - Selecting inexistent folders specified in folderincludes now throws
   nice errors and continues to sync with all other folders rather
   than exiting offlineimap with a traceback.
}}}

Patch files/patch-docs-MANUAL.rst got its path to the upstream.

QA page: http://codelabs.ru/fbsd/ports/qa/mail/offlineimap/6.4.0
Feature safe: yes
Original commit
Monday, 12 Sep 2011
06:33 rea search for other commits by this committer
Grab maintainership of OfflineIMAP

Sergei was inactive for the last year and there were some maintainer
timeouts.

Approved-by: portmgr (linimon)
Original commit
Sunday, 11 Sep 2011
20:20 rea search for other commits by this committer
OfflineIMAP: upgrade to 6.3.4

 - removed applied upstream patch;
 - added patch for MANUAL.rst that eliminates RST -> HTML
   translation error.

Relevant changelog entries since 6.3.3:

OfflineIMAP v6.3.4 (2011-08-10)
===============================

* CHANGE: Handle when UID can't be found on saved messages.

OfflineIMAP v6.3.4-rc4 (2011-07-27)
===================================

* CHANGE: Manual improved.

OfflineIMAP v6.3.4-rc3 (2011-07-07)
===================================

* NEW FEATURE: Added StartTLS support, it will automatically be used
  if the server supports it.

* BUG FIX: We protect more robustly against asking for inexistent
  messages from the IMAP server, when someone else deletes or moves
  messages while we sync.

OfflineIMAP v6.3.4-rc2 (2011-06-15)
===================================

* NEW FEATURE: Implement experimental IDLE feature.

* CHANGE: Maildirs use less memory while syncing.

* BUG FIX: Saving to Maildirs now checks for file existence without
  race conditions.

* BUG FIX: A bug in the underlying imap library has been fixed
  that could potentially lead to data loss if the server interrupted
  responses with unexpected but legal server status responses.
  This would mainly occur in folders with many thousands of emails.
  Upgrading from the previous release is strongly recommended.

NOTE: the latter bug fix was already integrated into FreeBSD port
version 6.3.3_1.

OfflineIMAP v6.3.4-rc1 (2011-05-16)
===================================

* NEW FEATURE: Begin sphinx-based documentation for the code.

* NEW FEATURE: Enable 1-way synchronization by settting a
  [Repository ...] to readonly = True. When e.g. using offlineimap
  for backup purposes you can thus make sure that no changes in your
  backup trickle back into the main IMAP server.

* NEW FEATURE: Optional: experimental SQLite-based backend for the
  LocalStatus cache. Plain text remains the default.

* CHANGE: Start a enhanced error handling background system. This is
  designed to not stop a whole sync process on all errors (not much
  used, yet).

* CHANGE: Documentation improvements: the FAQ wins new entries and add
  a new HACKING file for developers.

* CHANGE: Lot of code cleanups.

* CHANGE: Reduced our sync logic from 4 passes to 3 passes
  (integrating upload of "new" and "existing" messages into one
  function). This should result in a slight speedup.

* CHANGE: No whitespace is stripped from comma-separated arguments
  passed via the -f option.

* CHANGE: Give more detailed error when encountering a corrupt UID
  mapping file.

* BUG FIX: Drop connection if synchronization failed. This is needed
  if resuming the system from suspend mode gives a wrong connection.

* BUG FIX: Fix the offlineimap crash when invoking debug option 'thread'.

* BUG FIX: Make 'thread' command line option work.

PR: ports/159815
Approved-by: sergei (maintainer timeout)
Feature-safe: yes
Original commit
Monday, 15 Aug 2011
22:01 rea search for other commits by this committer
OfflineIMAP: respect NOPORTEXAMPLES and build HTML documentation on-demand

Also parametrize GitHub user name to avoid repeating ourselves
and mirror distfile locally on CodeLabs and FreeBSD.

PR: ports/158862
Hints-from: Pan Tsu <inyaoo@gmail.com>
Approved-by: garga (mentor), maintainer timeout (1 month)
Feature-safe: yes
Original commit
Saturday, 2 Jul 2011
11:21 uqs search for other commits by this committer
Fix a possible data loss bug

Submitted by:   Fredrik Andersson <fredrik@glyph.se>
Obtained from: 
https://github.com/nicolas33/offlineimap/commit/520e39d35536172d03b22d012cf4d8828687f2ff
Original commit
Friday, 1 Jul 2011
20:13 uqs search for other commits by this committer
Update to 6.3.3

This fixes offlineimap to work with Python 2.7 again

PR:             ports/154085, ports/157447
Submitted by:   Anonymous <swell.k@gmail.com>, Pan Tsu <inyaoo@gmail.com>,
                Mark Felder <feld@feld.me>
Approved by:    Maintainer timeout
Original commit
Sunday, 8 Aug 2010
21:31 sergei search for other commits by this committer
- Update to version 6.2.0.2
- Project moved to GitHub - update MASTER_SITES accordingly
- Tk.Blinkenlights is long gone, no need to depend on Tkinter anymore

PR:             ports/146366
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
20:43 sergei search for other commits by this committer
Use $SUB_FILES to dynamically adjust pkg-message

PR:             ports/142769
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Original commit
Monday, 26 Jan 2009
14:59 sergei search for other commits by this committer
- Update to 6.0.3
- Use author's website as a primary MASTER_SITE
- Use MASTER_SITE_LOCAL/sergei as a backup
- Take back maintainership of this port
Original commit
Sunday, 27 Jul 2008
19:12 arved search for other commits by this committer
Update to 6.0.0

PR:             125649
Submitted by:   Chess Griffin <chess@chessgriffin.com>
Original commit
04:30 linimon search for other commits by this committer
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 28 Nov 2005
14:41 sergei search for other commits by this committer
- The primary URL at the author's site is Gopher over HTTP at port 70.
  Thus, some sites have problems downloading the software due to port 70
  being blocked. Switch to another URL - HTTP at port 80.
- Moreover, downloading from the primary URL is still painfully slow
  (averaging 600 Bps), so keep MASTER_SITE_LOCAL in front of the list.
  Update my public_distfiles with the latest tarball to make it work.

PR:             ports/89585
Submitted by:   Toni Schmidbauer <toni at stderror dot at>
Original commit
Friday, 25 Nov 2005
15:49 sergei search for other commits by this committer
- Update to 4.0.11

Submitted by:   Toni Schmidbauer <toni at stderror dot at> (in private e-mail)
Committed from: EuroBSDcon 2005
Original commit
Wednesday, 1 Dec 2004
11:42 sergei search for other commits by this committer
- Update to 4.0.8
Original commit
Thursday, 26 Aug 2004
05:19 sergei search for other commits by this committer
- Update to 4.0.6
- Unbreak fetching: put in MASTER_SITE_LOCAL
Original commit
Saturday, 14 Aug 2004
21:43 kris search for other commits by this committer
BROKEN: Unfetchable
Original commit
Friday, 2 Jul 2004
08:42 kris search for other commits by this committer
Back out previous, port was recently fixed

Pointy hat to:  kris
Original commit
08:19 kris search for other commits by this committer
BROKEN: Unfetchable
Original commit
Wednesday, 16 Jun 2004
21:11 sergei search for other commits by this committer
- Unbreak by upgrading to 4.0.4 (previous version was removed
  from the master site due to a discovered bug):
  * Reverted the header insertion point patch applied in 4.0.3.
    It has apparently caused header corruption.

Pointed out by: pointyhat (via kris)
Original commit
Tuesday, 15 Jun 2004
11:04 kris search for other commits by this committer
BROKEN: Unfetchable
Original commit
Thursday, 10 Jun 2004
20:44 sergei search for other commits by this committer
- Update to 4.0.3
Original commit
Tuesday, 16 Dec 2003
23:27 sergei search for other commits by this committer
- Allow user to avoid py-tkinter dependency by using WITHOUT_X11=yes knob
Original commit
Thursday, 23 Oct 2003
05:42 sergei search for other commits by this committer
Change to my @FreeBSD.org address.

Approved by:    krion
Original commit
Tuesday, 22 Jul 2003
08:41 arved search for other commits by this committer
Update to 4.0.0

PR:             54709
Submitted by:    Sergei Kolobov <sergei@kolobov.com>
Original commit
Sunday, 22 Jun 2003
14:54 erwin search for other commits by this committer
- Add x11-toolkits/py-tkinter to RUN_DEPENDS to make Tk.Blinkenlights
  interface actually usable
- Bump PORTREVISION

PR:             53589
Submitted by:   maintainer
Original commit
Saturday, 7 Jun 2003
17:45 erwin search for other commits by this committer
- Update to 3.99.18:
  - Made a fix for Python2.3 compatibility.
  - Removed warning when thread debug is specified.  Closes: #195739.
  - New option -l to log debug info to a file without having it spew
    on-screen.
  - New debug type "thread".

PR:             52903
Submitted by:   maintainer
Approved by:    edwin (mentor)
Original commit
Friday, 16 May 2003
02:01 petef search for other commits by this committer
- update to 3.99.17
- write pkg-message in ${WRKDIR}

PR:             51926
Submitted by:   maintainer
Original commit
Wednesday, 7 May 2003
17:34 ijliao search for other commits by this committer
upgrade to 3.99.15

PR:             51569
Submitted by:   maintainer
Original commit
Friday, 21 Feb 2003
12:42 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 20 Jan 2003
11:11 nbm search for other commits by this committer
Sergei has agreed to take over maintainership, since he's been the one
keeping the port up to date for ages now.
Original commit
09:43 nbm search for other commits by this committer
Fix curses bug in mail/offlineimap 3.99.7

PR:             47013
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Thursday, 9 Jan 2003
17:44 nbm search for other commits by this committer
Update mail/offlineimap to 3.99.7

PR:             46898
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
14:21 nbm search for other commits by this committer
Upgrade offlineimap to 3.99.6

PR:             46848
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Tuesday, 5 Nov 2002
15:43 arved search for other commits by this committer
Update to 3.99.3

Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Approved by:    nbm
PR:             44934 43548 43923 44859
Original commit
Tuesday, 8 Oct 2002
14:04 nbm search for other commits by this committer
Upgrade offlineimap to 3.99.0

PR:             43824
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Wednesday, 21 Aug 2002
14:27 nbm search for other commits by this committer
Update mail/offlineimap to 3.2.6

PR:             41844
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Tuesday, 20 Aug 2002
16:19 nbm search for other commits by this committer
Add offlineimap 3.2.2, a powerful IMAP/Maildir synchronization tool.
Original commit

Number of commits found: 62