Commit graph

23 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
seb
a3b9424f92 Update to version 1.1.1.
While here add PKGMANDIR support.

Changes since last packaged version (1.0.1):
Version 1.1.1 - 11 November 2005
--------------------------------
- Bug fix; minor memory leak.
- Bug fix; on some systems, failure resulted while disconnecting from all the
  servers, during the shutdown phase just before exiting.


Version 1.1 - 24 August 2005
----------------------------
- Addition of the list() and lsub() commands, that make it possible to get a
  list of the available mailboxes or only of those that are subscribed.
  Implementation of the IMAP LIST/LSUB commands, with additional support for
  the IMAP CHILDREN (RFC 3348) and IMAP NAMESPACE (RFC 2342) extensions.
- New program option to execute a string from the command line, without loading
  a configuration file.
- New program option to enter interactive mode after executing the
  configuration file or the command line.
- Servers that reply with multiple SEARCH responses are taken into
  consideration.
- Bug fix; failure to parse the response to fetchfast() that some mail servers
  sent.
- Bug fix; in some systems and when in debug mode, an empty namespace caused
  program fault.
2006-01-15 14:28:07 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
jlam
daa2b1ac9b Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-04 05:00:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
seb
a6a926cead Update to version 1.0.1.
Changes since last packaged version:

Version 1.0.1 - 22 August 2004
------------------------------
- Bug fix; in some cases processing of messages with an empty body caused
  failure.
- Bug fix; an invalid namespace prefix was inserted in mailbox names of some
  mail servers.
- Unique message identifiers are now used by default, instead of message
  sequence numbers, when accessing messages in a mailbox.
- Sequence set ranges are generated and sent to the mail server instead of
  enumerations, when this is possible.
- The client now limits the length of the command lines it generates to
  approxinately 1000 octets, by splitting the request into multiple commands.
- Systems that have no limit on the number of bytes in a pathname are now
  considered.
- Debug files are now written in $HOME/.imapfilter/ instead of /tmp/.
2004-08-25 17:13:42 +00:00
seb
796cafe4b3 Update to version 1.0.
Lots of changes! The main one being that imapfilter is now
configurable and extensible with the Lua language. The configuration
file itself is a Lua script so your old configuration files must
be rewritten.

While here claim stewardship.
2004-05-23 20:52:09 +00:00
snj
fb194c6e83 Convert to buildlink3. 2004-04-18 04:55:29 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
sketch
9497bd5710 Link against necessary network libraries on Solaris. 2003-12-23 18:12:34 +00:00
seb
4d7002d0fa Update to version 0.9.5.
Changes in version 0.9.5
- Fix of bug that appeared in daemon mode, where the date used in search
  queries (newer/older command) was not updated each time the program connected
  to the server.
- Added an explanation on the way the program does the filtering (filter
  execution order, etc.)
- Added new variable to control if a message is flagged as seen, when part of
  it (ie. some of its headers) is fetched.

Changes in version 0.9.4
- Bug fix; rcopy/rmove failure, while trying to FETCH the header of a message.

Changes in version 0.9.3
- Bug fix; default variable not substituted during rcopy/rmove.
2003-12-11 23:05:16 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
seb
02e04465e4 Update to version 0.9.2.
Changes since last packaged version below.

Version 0.9.2 - 9 August 2003
-----------------------------
- Header includes additions, in order to build without warning/errors on
  systems that do not conform to IEEE Std 1003.1-2001 (POSIX.1).

Version 0.9.1 - 8 August 2003
-----------------------------
- Bug fixes related to compilation warnings/errors caused by missing header
  includes.
- Minor bug fix concerning an uninitialized variable.

Version 0.9 - 6 August 2003
---------------------------
- User authentication with the Challenge-Response Authentication Mechanism
  (CRAM), specifically CRAM-MD5.
- Connection encryption using the IMAP STARTTLS extension.
- X509 certificate checking while establishing SSL/TLS connections.
- I18n support in the configuration file, along with the capability to specify
  the character set of the search criteria.
- Date conversion specifiers in the name of the destination mailbox, based on
  either the system's local time or the message's envelope "Date:" header.
- Default variable in the name of the destination mailbox, which expands to the
  mailbox currently processed.
- In daemon mode, the SIGUSR1 signal wakes up the program from its sleep phase
  and causes rereading of the configuration file.

Version 0.8.9 - 26 May 2003
---------------------------
- Fix of a bug which caused problems during the encryption/decryption of the
  passwords file.

Version 0.8.8 - 25 May 2003
---------------------------
- Multiple bug fixes concerning the encrypted passwords editor, where in some
  cases the passwords file was badly written and the program did not accept the
  master passphrase.
2003-08-23 20:52:57 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
efefebf072 Update to version 0.8.7.
Changes since previously packaged version:
Version 0.8.7 - 2 April 2003
----------------------------
- Fix of a bug appearing in action list and when a message had long headers.
- Fix of a bug which caused bus errors in some systems.
- Improvements/corrections on the information printed to the logfile.


Version 0.8.6 - 2 March 2003
----------------------------
- Corrected a problem appearing, mostly, while in daemon mode, where the
server aborted the connection and the program seemed to hang.
2003-04-08 23:15:50 +00:00
jtb
d864e01a2a Update to 0.8.5.
Changes:

- Bug fix concerning maildir format mail servers, during rcopy/rmove and
  while the namespace option is enabled.  Also, a better explanation of the
  namespace option.
- Correction on program's interaction with non-terminal file descriptors
  (redirection, piping, etc.).
- Minor bug fix that appeared when no mailbox groups where defined.
- Upgrading of the contents of logfile everytime data are appended.
2003-02-22 01:39:37 +00:00
seb
df43349a71 Update to version 0.8.4.
Package Changes: update MASTER_SITES and HOMEPAGE.

Changes since previous version packaged:

Version 0.8.4 - 9 November 2002
-------------------------------
- Improvements/corrections on networking.
- Major bug fix related to rcopy/rmove.

Version 0.8.3 - 1 October 2002
------------------------------
- Bug fix/feature enhancement concerning the server announcing and closing
  the connection immediately.
- Stale lockfile removed automatically.
- Many other small improvements (variable and compilation option added, etc.).

Version 0.8.2 - 31 July 2002
----------------------------
- Bug fix concerning the namespace of user's mailboxes.

Version 0.8.1 - 29 July 2002
----------------------------
- Major bug fix concerning SSL/TLS and rcopy/rmove.
- Small bug fix related to removing of the lock file.

Version 0.8 - 27 July 2002
--------------------------
- Copy/move messages between different mail accounts (IMAP mail servers)
  support.
- Message flags can be changed.
- Capability to encrypt the accounts' passwords and store them securely
  in the filesystem, using the integrated interactive password editor to
  manage them.
- Passwords may be supplied interactively.
- Daemon mode in which the program polls repeatedly in a specified interval.
- Locking in order to prevent concurrent running instances.
- Variables to control direct expunging of mail and subscribing of newly
  created mailboxes.

Version 0.7.3 - 17 June 2002
----------------------------
- Bug fix related to communication with some mail servers.
2002-12-01 15:38:34 +00:00
wiz
7c2325c81c buildlink1 -> buildlink2. 2002-10-25 11:56:13 +00:00
wiz
1a4485ab32 Add RCS Id. 2002-07-02 12:56:53 +00:00
jtb
b5d0a9cefa Initial import of imapfilter.
IMAPFilter is a mail filtering utility. It connects to remote mail
servers using the Internet Message Access Protocol (IMAP). Based on
the user defined filters it checks messages residing on a remote IMAP
mailbox and processes them in various ways.
2002-05-04 00:03:29 +00:00