summaryrefslogtreecommitdiff
path: root/mail/imap-uw
AgeCommit message (Collapse)AuthorFilesLines
2004-05-23Bump required version, pine 4.60 does not compile with 2002.5nb3kim1-2/+2
2004-05-13Changes 2004:adam8-38/+38
* mailutil has three new commands: delete, rename, and prune * IPv6 support now exists for UNIX and W2K * The NNTP driver now supports NNTP SASL and TLS * imapd now supports the LITERAL+ and SASL-IR initial-response extensions * The IMAP driver has some additional checks to reduce the amount of network traffic, including executing "silly searches" (searches of sequence numbers only) locally * The IMAP, POP, SMTP, and NNTP drivers now have diagnostic code to provide better information about servers which violate SASL's empty challenge requirements (e.g. with the PLAIN mechanism). * There is a new mail_fetch_overview_sequence() function which is like mail_fetch_overview() but takes a sequence number string as an argument. There should have been a flags argument and FT_UID bit as in all the other mail_fetch_???() functions but compatibility with the past... :-( * The overview_t callback (from mail_fetch_overview()) now has a fourth argument which contains the message sequence number (as opposed to the UID which is in the second argument). It turned out that some applications were calling mail_msgno() (which can be moderately expensive) to get the sequence number, and c-client already knew it. * Many declarations which are completely internal to a driver have been removed from the driver .h file, and in those cases where there are no external declarations left the .h file has been eliminated entirely. As part of this, the mbox driver routines are now incorporated with the unix driver routines as opposed to being a separate file. The mbox driver still needs to be lunk in order to get the mbox functionality.
2004-05-11Unused.wiz1-22/+0
2004-04-22bl3ify imap-uw.ben2-3/+23
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-02-15Use PKGDIRMODE and SHAREMODE to ensure the installed documentation files can besketch1-2/+3
properly deleted on operating systems which are picky about permissions.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-5/+5
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-11-03Change maintainer to myself.kim1-2/+2
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-4/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-16Add a minor note about SSL certificates in the MESSAGE file, as requestedjmmv2-2/+8
in PR pkg/22375.
2003-09-13Add IMAP_UW_MAILSPOOLHOME (analogous to PROCMAIL_MAILSPOOLHOME). Tokim3-2/+34
default user mailboxes to their home directory, specify the name of the mailbox file.
2003-09-10Updated: 27 August 2003adam5-27/+26
imap-2002e is a minor release, released concurrently with Pine 4.57, and contains primarily bugfixes. Programs written for imap-2002d should build with this version without modification. The NNTP client code now tries to perform better with legacy NNTP servers which do not comply with the current NNTP protocol specification draft, most notably Netscape Collabra. Delivery notifications now work reliably with SMTP servers that support it. The following changes are primarily of concern to developers and power users: There is a "limited advertise" option in env_unix.c which, if set, will only advertise the user's own namespace and the #shared/ namespace. It is now possible to build the IMAP toolkit with a separate SSL KEY file from the certificate file (SSLKEYS vs. SSLCERTS). A new BODY structure element, sparep, is available for the main program to use as a pointer for its own purposes; as well as a SET_FREEBODYSPAREP function, similar to SET_FREEENVELOPESPAREP, SET_FREEELTSPAREP, etc.
2003-09-04Make this compile on Linux systems without PAM.martti1-2/+2
2003-07-30Kerberos fix (thanks to tron)adam3-6/+50
2003-07-30Add a comment that people are supposed to test this package on a systemtron1-1/+6
without Kerberos enabled before updating it.
2003-07-28New patch file: patch-af, since auth_gss.c has been changed, and kerb_mit.c ↵adam1-0/+21
introduced
2003-07-28Changes:adam8-85/+40
imap-2002c is a minor release, released concurrently with Pine 4.55, and contains primarily bugfixes. Programs written for imap-2002 will build with this version without modification imap-2002d is a minor release, released concurrently with Pine 4.56, and contains primarily bugfixes. Programs written for imap-2002 should build with this version without modification, with one exception. That exception is the ngbogus envelope flag, which stopped being used in imap-2002c and is now gone for good. See RELNOTES for additional information
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-12if defined(USE_GCC3) include "../../lang/gcc3/buildlink2.mk"abs1-1/+4
Fixes gcc3 'Canadian' build issue (Can now find gcc_eh) No change to non gcc3 compiled packages
2003-06-08style: we use 2 spaces for indenting blocks.grant1-6/+6
s/echo/${ECHO}/
2003-06-08drop some unneeded parens, whitespacegrant1-4/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-19No spaces around "=" allowed in arguments to ${SETENV}.fredb1-2/+2
2003-04-10Add "-ldes" for ${USE_KERBEROS}==YES case, on NetBSD-1.5* only. Thisfredb3-7/+11
should close PR pkg/19430 and PR pkg/20491.
2003-03-31Add flocksim.h to the list of c-client includes. It's required on solaris,bouyer2-6/+7
and even if not used on other systems it doesn't hurt.
2003-02-13Linux cp -R behaves differently to NetBSD when given a directory as a sourceabs1-7/+7
argument. Handle differently.
2003-01-23Updated imap-uw to 2002.2martti3-8/+8
imap-2002b is a maintenace release, released concurrently with Pine 4.52, and contains only bugfixes. Programs written for imap-2002 will build with this version without modification. Drivers which do not announce new mail are now indicated by the DR_NONEWMAIL driver flag. Driver which do not announce new mail when read-only are now indicated by the DR_NONEWMAILRONLY flag. There are no user-visible functional enhancements in this version.
2003-01-23Reduce optimization level on alpha to -O to avoid compiler bugs. Should addressdmcmahill1-1/+11
PR pkg/19858 submitted by Tim Roden.
2003-01-23obey CFLAGS and CPPFLAGS. Don't unconditionally add -O2.dmcmahill2-5/+5
2002-12-27Guard an expansion of USE_KERBEROS by `.if defined() && ...' just inuebayasi1-2/+2
case. Pointed out by Ken Nakajima.
2002-12-14Bump minimum revision of "imap-uw" package to 2002.1rc1. Older versionstron1-2/+2
are insecure and "pine" 4.5x needs this version.
2002-12-14Give up maintainership of these. They have become too complicated for mehubertf1-2/+2
to comprehend in the little time I have. Sorry.
2002-12-11Update "imap-uw" package to version 2002.1rc1 (0212051126 snapshot oftron10-98/+178
version 2002a). This version fixes a buffer overflow described in Cert Vulnerability Note VU#961489.
2002-10-30Use INSTALL_DATA_DIR instead of MKDIR.wiz1-2/+2
2002-10-30Fail if krb5_init_context fails in ckp_gss.c.elric1-0/+18
2002-10-30In the previous commit, I broke the non-kerberos setup. Thiselric4-26/+61
occurred because gss_import_name() was segfaulting if /etc/krb5.conf was not found. To fix it, I swapped the krb5_init_context() and the gss_import_name() calls, since krb5_init_context() will fail if krb5 is not configured and I can fail appropriately. I also changed slightly how the documentation is installed by the main Makefile, because the ${CP} was relying on the non-existence of the target directory.
2002-10-28Adding GSSAPI support to this package. It is turned on by default forelric4-75/+127
NetBSD and off for everything else.
2002-10-08Unused.jlam1-36/+0
2002-08-28buildlink1 -> buildlink2jlam1-8/+9
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-1/+22
buildlink2.mk files back into the main trunk.
2002-08-15Add an option to build with no SSL/TLS support, as requested by Rick Byersfredb1-2/+4
on tech-pkg.
2002-07-28Build on Darwin.schmonz1-2/+4
2002-06-21Fix on Linux (at least RedHat)abs1-1/+3
2002-03-18Really correct typo in last two commits.fredb1-2/+2
2002-03-18Correct typo, and add the new options to ${BUILD_DEFS}.fredb1-2/+3
2002-03-18Add an option to disallow cleartext on the wire in "mail/imap-uw",fredb1-11/+6
and while we're in here, prefix the CCLIENT_MBOX_FMT option with the name of the package. Reviewed by hubertf.
2001-12-15* Updated to 2001.1 (2001a).martti4-11/+10
* Updated buildlink.mk as the new version has some new #defines in the .h file (and e.g. pine won't build against the old version) Updated: 2 November 2001 imap-2001a is a maintenance release, consisting primarily of bugfixes including some critical bugfixes to crash and denial of service problems. Programs written for imap-2001 will build with this version without modification. The following new facilities have also been added: The new /norsh switch in mailbox names provides a more intuitive way of disabling rsh-IMAP than the existing :143 or setting the rsh-timeout to 0. Passwords are no longer returned in mm_dlog() callbacks unless the application sets the SET_DEBUGSENSITIVE parameter. The SET_NETFSSTATBUG parameter allows an application to force the traditional UNIX mailbox driver to close and reopen the mailbox at ping time. This is EXTREMELY inefficient, and should only be used to access files stored on AFS and old NFS systems. The ISO 8859 and Windows conversion tables have been updated to comply with Unicode 3.1, and the KOI8-R table has been verified as compliant with Unicode 3.1. The SPECIALS mechanism for passing parameters to the lowest level Makefile has been updated to be more general. See the next item for why you might care. New lrh port to build on Red Hat Linux 7.2, with pre-set definitions for the places where Red Hat has placed Kerberos and SSL. It's actually just the lnp port with SPECIALS defined accordingly. You may want to use it as a model if your system needs such definitions. Note that SPECIALS is primarily for IMAP toolkit (and Pine) purposes, and that user settings should use EXTRASPECIALS instead.
2001-11-06Actually use openssl in the build (set SSLTYPE=unix).tv1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2