summaryrefslogtreecommitdiff
path: root/mail/sqwebmail/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-01-03Update mail/sqwebmail to 5.0.7. Changes from version 5.0.6 include:jlam2-6/+6
* Update attribute count, after purging invalid html syntax/ * Fix some HTML display bugs * When using GPG, sign the entire message in its entirety, instead of signing each MIME part separately. Some E-mail clients cannot handle individually-signed multipart/alternative content. * Fix HTML templates (remove 8bit content inserted by Amaya). * Wiki-style composition of HTML messages. Also, the "fam" option is noted to be supported here now, although the logic to handle it is still in mail/courier-maildir/Makefile.common.
2005-10-20Update mail/sqwebmail to 5.0.6. Changes from version 5.0.4 include:jlam3-159/+3
* Use PCRE for pattern-matching * When autopurging messages from a folder based on their timestamp, scan 'new' in addition to 'cur', otherwise mail delivered to the folder directly never gets purged, unless the folder is open. * Filter out <!-- > constructs, they are parsed by MSIE. * Remove attributes with imbalanced quotes, to prevent cross-side scripting vulnerabilities with some browsers. * Show each attachment's MIME content type.
2005-09-30Add rcsid. (hi adrianp!)salo1-0/+2
2005-09-11Fix for security issue: http://secunia.com/advisories/16704/adrianp1-5/+81
Bump to nb2
2005-08-29Bump to nb1 for inclusion of patches to address security issue.adrianp2-0/+78
2005-08-11Update mail/sqwebmail to 5.0.4. Changes from version 5.0.1 include:jlam6-42/+22
* sqwebmail: Implemented account groups, administrator group. * sqwebmaild.dist.in (LOGGEROPTS): Added LOGGEROPTS setting. * gpglib/gpg.c: gnupg returns non-zero exit even if succesfully unencrypted, when just the signature is bad. * sv-make_timezonelist.pl: Added /usr/share/lib/zoneinfo to the search list.
2005-03-23Update mail/sqwebmail to sqwebmail-5.0.1 distribution. No changesjlam3-42/+5
from version 5.0.0nb1.
2005-02-18Update mail/sqwebmail to version 5.0.0. Changes from version 4.0.5jlam8-91/+157
include: * log login failures. * Replace 'nodsn' control file with 'wbnodsn' account option. Replace 'nochangepass' control file with 'wbnochangepass' account option. Replace 'nochangingfrom' control file with 'wbnochangingfrom' account option. Replace usexsender with 'wbusexsender' and noimages with 'wbnoimages'. * Fix off-by 1 in GPG key export.
2004-07-14Update mail/sqwebmail to 4.0.5 (based on the courier-0.45.6 distribution).jlam3-25/+32
Changes from version 3.6.2 include: * Honor ${VARBASE}. * Remove pcpd and sqwebmaild rc.d scripts and replace them with a single sqwebmail rc.d script that calls the Courier-provided control script to start/stop the SqWebMail service daemons. * Use sysconftool from courier-auth to merge config files. * Move HTML documentation into ${PREFIX}/share/doc after discussion with wiz. * Support for the ACL IMAP extension. * Improve support for MIME encodings. * Fixes buffer overflow vulnerability (PR 25774): http://www.securityfocus.com/bid/9845 http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0224
2004-02-23Update mail/sqwebmail to 3.6.2. Changes from version 3.3.1 include:jlam5-88/+37
Split sqwebmail into sqwebmail and sqwebmaild. sqwebmaild is now a root daemon process that listens on a UNIX domain socket. sqwebmail is a tiny, unprivileged cgi-bin stub that forwards the HTTP request to the daemon process. The stub passes the client's file descriptor to sqwebmaild, on platforms that support passing file descriptors, else it proxies http traffic in both directions. Replace GIFs with PNGs Do GPG functions via a library instead of invoking mimegpg. RFC 2231 support
2002-01-25Do some editting of the output returned by OpenLDAP's ldapsearch so thatjlam1-0/+10
it can be parsed by SqWebMail. SqWebMail expects output to be of the form class1=name1 class2=name2 ... but the output from ldapsearch seems to be class1: name1 class2: name2 We massage it into the former using sed. This makes LDAP searches against ldap.bigfoot.com work properly when using the "Global Addressbook" feature of SqWebMail.
2002-01-24Initial import of mail/sqwebmail, the Courier webmail CGI.jlam4-0/+153
SqWebMail is a web CGI client for sending and receiving E-mail using Maildir mailboxes. It is very lightweight -- it reads mail directly from Maildirs.