summaryrefslogtreecommitdiff
path: root/mail/isync
AgeCommit message (Collapse)AuthorFilesLines
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-12db4 update related revision bumpadam1-2/+2
2007-06-08PKGREVISION bump for db4 shlib name change.wiz1-2/+2
2007-01-18Avoid segfault when parsing configuration file under netbsdtonio3-3/+18
2007-01-18Update mail/isync to 1.0.3tonio3-19/+6
2006-11-01 08:19 Oswald Buddenhagen <ossi@users.sf.net> * src/: drv_imap.c, mbsync.1: - un-document "Host imaps:[...]" syntax and introduce new option UseIMAPS instead - apply ted's patch to support UseIMAPS in conjunction with Tunnel - document that SSLv2 is No Good (TM) 2006-11-01 08:14 Oswald Buddenhagen <ossi@users.sf.net> * src/drv_imap.c: - move assigning default port to the place of use
2006-03-07Update mail/isync to 1.0.2tonio3-30/+7
- remove patch-af, as it is already in the release - take maintainership. Changelog: * src/compat/main.c: fix 'isync -w' writing .mbsyncrc to a wrong directory * src/sync.c: less confusing uid ranges in debug * src/sync.c: - sanitize flag handling of expired messages - don't record we synced flags if we didn't - remove now superfluous temporary rflags * src/drv_maildir.c: less confusing error message on invalid mailbox. * src/drv_imap.c: revert 1.8 - what was i smoking?! the CREATE argument is already quoted; we just extracted it from the previous command. ( that was patch-af ) * src/drv_maildir.c: make flag changes unset "new" status - unless a ghost is acting in the background, a flag change indicates that the message was at least noticed.
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-01-25Fix -C for imap mailboxes : do not quote argument of CREATEtonio3-8/+17
(this fix comes from isync cvs) Bump PKGREVISION
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-2/+2
2005-12-20explicitly include databases/db4/buildlink3.mk, as isync only accepts db4tonio1-3/+2
2005-10-29This pkg installs some README files etc. Add them to the PLIST.kristerw2-2/+9
Bump PKGREVISION.
2005-04-24- Update isync to 1.0.1 - thanks to Antoine.Reilles@loria.fr for theadrianp9-72/+105
first set of patches - Many updates and bugfixes, in summary: - better OpenSSL detection - update c-client support - use legacy flock() only on linux - cope with out-of-disk-space halfways gracefully
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-26Enable pkgviews installation.minskim1-1/+3
2004-12-26This package needs Berkeley DB. Include bdb.buildlink3.mk.minskim1-1/+2
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-18Convert to buildlink3.snj1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-21s/Syncronize/Synchronize/snj1-2/+2
2003-12-27Update to version 0.9.2.seb8-77/+74
Changes in version 0.9 Added Tunnel directive to allow the user to specify a shell command to run to set up an IMAP connection in place of a TCP socket (eg., to run over an SSH session). Added PREAUTH support (useful mostly in conjunction with Tunnel). Messages marked deleted are not uploaded when we are going to expunge. Locally generated messages are not re-fetched after uploading even if the UIDPLUS extension is not supported by the server. Added `OneToOne' configuration option: ignore any Mailbox specifications and instead pick up all mailboxes from the local MailDir and remote Folder and map them 1:1 onto each other according to their names. -C now creates both local and remote boxes; -L and -R create only local/remote. --quiet is now really quiet.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2002-12-07Initial import of isync 0.8 into the NetBSD packages collection ascjep9-0/+106
mail/isync. isync is a command line utility for synchronizing a remote IMAP mailbox with a local maildir-style mailbox. This is useful for working in disconnected mode, such as on a laptop. Modifications made locally and remotely are synchronized so that no message status flags are lost. Supplied by Ceri Storey in PR#19314. Thanks!