summaryrefslogtreecommitdiff
path: root/mail/offlineimap
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01remove unsupported python versions from build, is not ported to 3nikita1-2/+4
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-1/+2
This is a semi-manual PKGREVISION bump.
2019-03-06Update to 7.2.3ryoon2-7/+7
Changelog: ### OfflineIMAP v7.2.3 (2019-02-17) #### Notes A tiny release for one minor bug fix. This release was tested by: - Nicolas Sebrecht #### Authors - Mart Lubbers (1) #### Fixes - add checks in curses ui for small windows. [Mart Lubbers] ### OfflineIMAP v7.2.2 (2018-12-22) #### Notes With this release offlineimap can renew the token for OAUTH2. There is better integration for ArchLinux and OSX. SSL configuration options are more consistent. There are bug fixes about maxage and GSSAPI. The imaplib2 library looks discontinued. I wonder we'll have no other choice than maintaining our own fork. This release was tested by: - Nicolas Sebrecht #### Authors - Nicolas Sebrecht (5) - Philippe Loctaux (4) - Benedikt Heine (2) - Carnë Draug (2) - Frode Aannevik (1) - Robbie Harwood (1) #### Features - 2890dec Added ssl certfile on osx for openssl pacakge on homebrew. [Philippe Loctaux] - 761e10e Add Archlinux to list of supported distros. [Philippe Loctaux] #### Fixes - 8692799 Fix expired oauth2_access_token. [Frode Aannevik] - 096aa07 Handle empty token with complete GSSAPI context. [Robbie Harwood] - a51064e maxage: always compute the remote cache list for min_uid. [Nicolas Sebrecht] - 698ec64 offlineimap.conf: minor fixes. [Nicolas Sebrecht] - af3a35a offlineimap/utilis/distro.py: indentation fix. [Philippe Loctaux] - d3ba837 Fix typo in exception message. [Benedikt Heine] - c9005cd Check if username is provided before trying plain authentication.. [Carnë Draug] #### Changes - 5f9474e Print username instead of accountname when asking for password. [Carnë Draug] - ce9a198 Chain tls_level and ssl_version only if ssl is enabled. [Benedikt Heine] - 6ef5937 docs/website-doc.sh: minor improvements in comments of versions.yml. [Nicolas Sebrecht] - 4544bb1 contrib/release.py: minor UI improvement. [Nicolas Sebrecht] - d930125 fix dates in copyright lines. [Nicolas Sebrecht] ### OfflineIMAP v7.2.1 (2018-06-16) #### Notes This new version introduces interesting features. The fingerprints now accepts hashes in sha224, sha256, sha384 and sha512 to improve the compatibility with IMAP servers. There's a new script in ./contrib to store passwords with GPG. The new GSSAPI library for kerberos gets a fix about authentication. Gmail labels can now have parenthesis and the hostname can have path separators in theirs names. There's a lot of other minors improvements to make offlineimap better (in the documentation, UI, configuration file and the code). This release was tested by: - Nicolas Sebrecht Thanks to all the contributors. A lot of patches are first time contributions to this project. This is very pleasant. Special thanks to Ilias Tsitsimpis, Eygene Ryabinkin, Chris Coleman our long time contributors involved in this release and Sebastian Spaeth who is still paying for the domain name! #### Authors - Nicolas Sebrecht (9) - velleto (6) - Chris Coleman (1) - Edgar HIPP (1) - Eygene Ryabinkin (1) - Lorenzo (1) - Michael Billington (1) - Robbie Harwood (1) #### Features - Script to store passwords in a file with GPG or using OSX's secure keychain. [Lorenzo] - Added support for sha512, sha384, sha256, sha224 hashing algorithms to calculate server certificate fingerprints.. [velleto] #### Fixes - Pass username through in GSSAPI connections. [Robbie Harwood] - Gmail: allow parenthesis in labels. [Nicolas Sebrecht] - Correct typographical errors in offlineimap.conf. [Michael Billington] - Create filenames with no path separators in them. [Eygene Ryabinkin] #### Changes - imapserver: fix copyright line. [Nicolas Sebrecht] - Available hashes added to documentation.. [velleto] - Documented the now allowed use of colon separated fingerprints with examples.. [velleto] - Allow users to keep colons between each hex pair of server certificate fingerprint in configuration file.. [velleto] - Removed uneccessary call of list() on zip() object.. [velleto] - Changed the 'exception raised' message, to be more understandable.. [velleto] - Make CTRL-C message more clear. [Edgar HIPP] - setup: add long_description. [Nicolas Sebrecht] - offlineimap.conf: fix comment about gssapi. [Nicolas Sebrecht] - Add self to maintainers. Update email address.. [Chris Coleman] - Makefile: targz: don't set the abbrev in the archive directory name. [Nicolas Sebrecht] - contrib: learn to build website/_uploads. [Nicolas Sebrecht] - docs/website-doc.sh: limit the number of exported versions in _data/announces.yml. [Nicolas Sebrecht] - Makefile: targz: update files. [Nicolas Sebrecht] - Makefile: clean: remove __pycache__ directories. [Nicolas Sebrecht] ### OfflineIMAP v7.2.0 (2018-04-07) #### Notes The biggest change with this release is the introduction of automated tests; thanks to Chris from http://www.espacenetworks.com. Robbie Hardwood from RedHat switched the GSSAPI dependency from pykerberos to python-gssapi because it's more active and has more pleasant interface. The shebang is fixed back to python2 to fix issues on some environments. The UI was improved to show both the local and remote foldernames (usefull when nametrans is enabled). Thanks to all the contributors. This release was tested by: - Nicolas Sebrecht - Remi Locherer #### Authors - Nicolas Sebrecht (9) - Musashi69 (1) - Robbie Harwood (1) - chris001 (1) #### Features - Autmomated testing using Travis and CodeCov.io!. [chris001] - README: travis: add badge for the next branch. [Nicolas Sebrecht] - travis: add notification to gitter room OfflineIMAP/offlineimap. [Nicolas Sebrecht] #### Fixes - offlineimap.py: fix shebang to python2. [Nicolas Sebrecht] - bin/offlineimap: fix shebang to env python2. [Nicolas Sebrecht] #### Changes - Port to python-gssapi from pykerberos. [Robbie Harwood] - requirements: add gssapi as optional dependency. [Nicolas Sebrecht] - make UI output show local AND remote dirs involved. [Musashi69] - maxsyncaccounts: improve documentation. [Nicolas Sebrecht] ### OfflineIMAP v7.1.5 (2018-01-13) #### Notes This minor release fixes a bug about maxage failing to upload some emails. Also, this introduces the snapcraft.yaml to package offlineimap with this packaging system. This release was tested by: - Nicolas Sebrecht - Remi Locherer #### Authors - Nicolas Sebrecht (4) - Evan Dandrea (1) - John Ferlito (1) #### Features - Initial commit of snapcraft.yaml. [Evan Dandrea] #### Fixes - maxage: don't consider negative UIDs when computing min UID. [Nicolas Sebrecht] - Add missing space to output string. [John Ferlito] #### Changes - folder: IMAP: improve search logging. [Nicolas Sebrecht] - no UIDPLUS: improve logging on failures. [Nicolas Sebrecht] - github: remove the trick to download the PR. [Nicolas Sebrecht] ### OfflineIMAP v7.1.4 (2017-10-29) #### Notes Here is a bugfix release for v7.1.3. Two regressions got fixes and the --delete-folder CLI option now expects an UTF-8 folder name when utf8foldernames is enabled. This release was tested by: - Nicolas Sebrecht #### Authors - Nicolas Sebrecht (5) - Thomas Merkel (1) #### Fixes - utf8foldernames: fix missing decode argument. [Nicolas Sebrecht] - Fix: if any tunnel (preauth_tunnel or transport_tunnel) the hostname should not be required. [Thomas Merkel] #### Changes - utf8foldernames: support --delete-folder with UTF-8 folder name. [Nicolas Sebrecht] - contrib/release.py improvements ### OfflineIMAP v7.1.3 (2017-10-08) #### Notes This release introduces a new experimental utf8foldernames configuration option. We already had the "tricky" decodefoldernames which is now deprecated. The new code is the correct implementation for this feature. The changes are neat and rather small. All the users having decodefoldernames are requested to move to utf8foldernames. This requires to update almost all the functions like nametrans, folderfilter, etc, because they work on the UTF-8 encoding. See the documentation for more. Thank you Urs Liska for this contribution! In the long run, the idea is to: 1. Remove decodefoldernames in favour of utf8foldernames. 2. Promote utf8foldernames up to stable. 3. Turn utf8foldernames on by default. Currently, folders with non-ASCII characters in their name have to be fully re-downloaded. So, there's a bit more work to be done to have (3) and maybe (2). Also, this release includes a fix about remotehost and transporttunnel that would require some testing. Thanks Thomas Merkel! There are documentation improvements, improved errors and minor code cleanups, too. This release was tested by: - Nicolas Sebrecht - Remi Locherer #### Authors - Nicolas Sebrecht (11) - Urs Liska (8) - Thomas Merkel (1) #### Features - utf8: implement utf8foldernames option. [Urs Liska] - utf8: document new feature, deprecate old one. [Urs Liska] #### Fixes - remotehost should not be required if transporttunnel is used. [Thomas Merkel] - accounts: error out when no folder to sync. [Nicolas Sebrecht] - sqlite: provide better message error for insert. [Nicolas Sebrecht] - folder: Gmail: fix copyright header. [Nicolas Sebrecht] #### Changes - man: remove mention of experimental support for python 3. [Nicolas Sebrecht] - man: mention the supported directions of the syncs. [Nicolas Sebrecht] - folder: Gmail: remove dead code. [Nicolas Sebrecht] - upcoming.py: get header template from external file. [Nicolas Sebrecht] - upcoming.py: display a message with the filename once written. [Nicolas Sebrecht] - contrib/helpers: sort testers by name. [Nicolas Sebrecht] - Remove some unnecessary whitespace (in existing code). [Urs Liska] - MAINTAINERS: Rainer is not currently active. [Nicolas Sebrecht] ### OfflineIMAP v7.1.2 (2017-07-10) #### Notes This release introduces better Davmail support, better reliability when in IMAP/IMAP mode, better output on some errors, and minor fixes. The provided systemd files are improved. The imaplib2 requirement is now v2.57. Remi Locherer is joining our tester team. Great! Starting with this release, the feedbacks from the testers are recorded in the release notes, the git logs and the Changelog. Thanks to all of them for improving the releases. This release was tested by: - benutzer193 - Nicolas Sebrecht - Remi Locherer #### Authors - Nicolas Sebrecht (20) - Hugo Osvaldo Barrera (5) - Alvaro Pereyra (1) - benutzer193 (1) #### Features - contrib/release.py: consider positive feedbacks from testers. [Nicolas Sebrecht] - Introduce the github CODEOWNERS file. [Nicolas Sebrecht] - IMAP/IMAP: continue to sync if the local side does not return a valid UID on upload. [Nicolas Sebrecht] #### Fixes - folder/IMAP: introduce dedicated parsing for davmail (not supporting UIDPLUS). [Nicolas Sebrecht] - offlineimap.conf: minor typo fix. [Alvaro Pereyra] - Respect systemd conventions for timers. [Hugo Osvaldo Barrera] - Use a pre-existing target for systemd services. [Hugo Osvaldo Barrera] - Remove invalid systemd setting. [Hugo Osvaldo Barrera] - systemd: remove unused watchdog functionality. [benutzer193] - gitignore generated css file. [Nicolas Sebrecht] - Changelog: fix syntax. [Nicolas Sebrecht] #### Changes - Increase imaplib2 requirement from v2.55 to v2.57. [Nicolas Sebrecht] - folder/IMAP: improve the warning when we can't parse the returned UID. [Nicolas Sebrecht] - Provide more details in error message when SSL fails on non-standard port. [Nicolas Sebrecht] - Use basic logger (since systemd picks up stdout). [Hugo Osvaldo Barrera] - Explain how to override systemd values. [Hugo Osvaldo Barrera] - systemd: add documentation entry in configuration files. [Nicolas Sebrecht] - offlineimap.conf: ssl must be disabled to force STARTTLS in some cases. [Nicolas Sebrecht] - Advise singlethreadperfolder when offlineimap hangs. [Nicolas Sebrecht] - offlineimap.conf: minor improvements. [Nicolas Sebrecht] - contrib: more release automation. [Nicolas Sebrecht] - MAINTAINERS: Remi Locherer joins the team of testers. [Nicolas Sebrecht] - systemd: README: credit Hugo as contributor. [Nicolas Sebrecht] ### OfflineIMAP v7.1.1 (2017-05-28) #### Notes This release has some interesting fixes, including one for the Blinkenlights UI. Otherwise, there is no big change since the previous version. Furthermore, this release was tested by: - Remi Locherer #### Authors - Nicolas Sebrecht (17) - Chris Coleman (1) - Ilias Tsitsimpis (1) - Maximilian Kaul (1) - benutzer193 (1) - Ævar Arnfjörð Bjarmason (1) #### Features - contrib: introduce a tool to produce the "upcoming notes". [Nicolas Sebrecht] - contrib: secure HTTPS test internet is connected.. [Chris Coleman] - Env info (used by -V and banner): add openssl version. [Nicolas Sebrecht] - docs: learn to build html files for the manual pages. [Nicolas Sebrecht] #### Fixes - Acquire lock before updating the CursesLogHandler window. [Ilias Tsitsimpis] - maxage: use the remote folder first to compute min_uid. [Nicolas Sebrecht] - Fix systemd.timer: initialize timer after boot. [benutzer193] - XOAUTH2: don't try this authentication method when not configured. [Nicolas Sebrecht] - mbnames: don't duplicate entries in autorefresh mode. [Nicolas Sebrecht] - docs: update the instructions for creating OAuth projects for GMail. [Ævar Arnfjörð Bjarmason] - Fixed typo in doc: tls_1_2 => tls1_2. [Maximilian Kaul] - IMAP: UIDPLUS: correctly warn about weird responses from some servers. [Nicolas Sebrecht] - website-doc: force copy of the new HTML generated man pages. [Nicolas Sebrecht] - Makefile: fix clean target. [Nicolas Sebrecht] #### Changes - MAINTAINERS: benutzer193 joins the testers team. [Nicolas Sebrecht] - IMAP: UIDPLUS: improve error message on response error for new UID. [Nicolas Sebrecht] - Display the imaplib and python versions for each normal run. [Nicolas Sebrecht] - imapserver: provide some SSL info while in imap debug mode. [Nicolas Sebrecht] - manual: improve the documentation about sqlite migration. [Nicolas Sebrecht] - documentation: add entry for faulting folders with Microsoft servers. [Nicolas Sebrecht] - website-doc.sh: add hint on API removal. [Nicolas Sebrecht] - README: refactorize sections. [Nicolas Sebrecht]
2017-05-12Update mail/offlineimap to 7.1.0, based on a PR by @backerman:fhajny4-34/+22
https://github.com/joyent/pkgsrc/pull/499 Major changes since 6.5.6 (3 years ago): - The dabatase for the cache is now sqlite by default - Experimental Python 3 support - Basic UTF support See full changelog: https://github.com/OfflineIMAP/offlineimap/blob/master/Changelog.md
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+2
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-30Update to 6.5.6. From the changelog:schmonz4-8/+30
* Fix IDLE mode regression (it didn't worked) introduced after v6.5.5 (pointy hat goes to Eygene Ryabinkin, kudos -- to Tomasz Żok) * Add knob to invoke folderfilter dynamically on each sync (GitHub#73) * Add knob to apply compression to IMAP connections (Abdó Roig-Maranges) * Add knob to filter some headers before uploading message to IMAP server (Abdó Roig-Maranges) * Allow to sync GMail labels and implement GmailMaildir repository that adds mechanics to change message labels (Abdó Roig-Maranges) * Allow to migrate status data across differend backends (Abdó Roig-Maranges) * Support XDG Base Directory Specification (if $XDG_CONFIG_HOME/offlineimap/config exists, use it as the default configuration path; ~/.offlineimaprc is still tried after XDG location) (GitHub#32) * Allow multiple certificate fingerprints to be specified inside 'cert_fingerprint'
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-04-23Update to 6.5.5. From the changelog:schmonz4-20/+29
OfflineIMAP v6.5.5 (2013-10-07) =============================== * 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 OfflineIMAP v6.5.4 (2012-06-02) =============================== * 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öger) * Document that '%' needs encoding as '%%' in configuration files. * Fix crash when IMAP.quickchanged() led to an Error (reported by sharat87) * Implement the createfolders setting to disable folder propagation (see docs) OfflineIMAP v6.5.3.1 (2012-04-03) ================================= * Don't fail if no dry-run setting exists in offlineimap.conf (introduced in 6.5.3) OfflineIMAP v6.5.3 (2012-04-02) =============================== * --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 * Improve compatability of the curses UI with python 2.6 pkgsrc changes: * Add "strongly recommended" dependency on py-sqlite3. * Remove seemingly outdated MESSAGE.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-03-20fixes EGG_NAME for the case PKGREVISION.obache1-2/+2
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-1/+2
2012-02-19Update offlineimap to 6.5.2.1.obache3-40/+39
may new features, changes and bug filxes from 4.0.16. for recent changes, please refer here: https://github.com/spaetz/offlineimap/blob/master/Changelog.rst
2011-11-26* Update HOMEPAGEobache1-2/+3
* set LICENSE
2010-11-13Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.shattered1-2/+2
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-1/+2
2010-02-04DESTDIR supportjoerg1-3/+5
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2007-02-16Update mail/offlineimap to 4.0.16tonio2-10/+11
Added dependency on python curse libraries, do that it does not fail at runtime Changelog contains many bugfixes, and: * Support IPv6 with SSL. * improve performance with large folders. * new homepage * sync INTERNALDATEs. * Fixed a bug that could cause OfflineIMAP to crash when copying a message from a remote server that didn't have an INTERNALDATE.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-08-26Update to version 4.0.6, use INSTALLATION_DIRS.seb3-8/+40
Summary of significant (for pkgsrc) changes since last packaged version (4.0.0): - documentation improvements. - bug fixes
2004-04-18Convert to buildlink3.snj1-3/+2
2004-04-15remove superflous PYTHON_PATCH_SCRIPT_SED, and use some more ofdrochner1-8/+3
PYDISTUTILSPKG
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-08-10Initial import of OfflineIMAP, version 4.0.0, into the NetBSD Packagesseb5-0/+130
Collection. OfflineIMAP is a tool to simplify your e-mail reading. It synchronizes remote IMAP folders and local Maildir folders. It is fast flexible and safe. It is also useful if you want to use a mail reader that does not have IMAP support, has poor IMAP support, or does not provide disconnected operation.