summaryrefslogtreecommitdiff
path: root/mail/teapop (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a problem where teapop wasn't fully deleting messages and dumpingJim Mock2002-04-092-0/+14
| | | | | | | | | core. Bump PORTREVISION. Submitted by: John Brooks <john@day-light.com> Notes: svn path=/head/; revision=57483
* Update to version 0.3.3.Jim Mock2001-09-152-2/+2
| | | | | | | | PR: 30513 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> Notes: svn path=/head/; revision=47839
* Update to version 0.3.2.Jim Mock2001-08-313-5/+5
| | | | Notes: svn path=/head/; revision=47190
* Update to version 0.3.1.Jim Mock2001-07-202-2/+2
| | | | Notes: svn path=/head/; revision=45287
* Update to version 0.3.0 -- patch-ab is no longer needed.Jim Mock2001-04-044-46/+15
| | | | Notes: svn path=/head/; revision=40843
* Bump PORTREVISION.Jim Mock2001-03-281-0/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=40504
* Fix the following from the PR:Jim Mock2001-03-281-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | First, teapop fails to authentificate user if he logs in without specifying his domain (pop_auth calls pop_string_find and tests its result against being NULL, while NULL is returned only upon malloc() failures. On empty domain logins pop_string_find returns empty string). This makes APOP login method to always fail as teapop erroneously interprets command APOP avn d41d8cd98f00b204e9800998ecf8427e as an attempt of login for user avn@d41d8cd98f00b204e9800998ecf8427e without supplying MD5 hash value. Instead, return value should be tested against being empty string, while positive test for NULL should cause pop3 server error message to be printed. Second, if configured with WITHOUT_APOP arguments to 'make install', teapop incorrectly handles QUIT command while in authentification state. It's because a part of switch statement became commented out and there will be no branch for return value from pop_wait_for_commands with command "QUIT" (it will return 3, not 4 when configured without APOP). PR: 26181 Submitted by: Alexey V. Neyman <avn@any.ru> Notes: svn path=/head/; revision=40503
* Don't install teapop.passwd -- only install teapop.passwd.sample, andJim Mock2001-03-112-13/+21
| | | | | | | | let the user know they need to copy it to teapop.passwd before using teapop. Notes: svn path=/head/; revision=39500
* Add a WITH_DRAC knob to enable DRAC support.Jim Mock2001-02-091-0/+9
| | | | | | | Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=38145
* Spaces->tabs in the mail category.Jimmy Olgeni2001-02-051-1/+1
| | | | | | | (I know, I look boring and pedant :o) Notes: svn path=/head/; revision=37983
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Update to version 0.28.Jim Mock2000-12-222-2/+2
| | | | Notes: svn path=/head/; revision=36240
* Update to version 0.27.Jim Mock2000-12-042-4/+10
| | | | Notes: svn path=/head/; revision=35635
* old postgresql port has been removed.Andreas Klemm2000-08-261-1/+1
| | | | | | | use postgresql7, which has proven stability now. Notes: svn path=/head/; revision=32000
* Add a patch to install teapop.passwd as teapop.passwd.sample -- thisJim Mock2000-08-132-1/+22
| | | | | | | | | | prevents evilness which would cause teapop.passwd to be overwritten when installing a newer version of the port. Submitted by: Tobias Reifenberger <treif@mayn.de> Notes: svn path=/head/; revision=31602
* Update to version 0.26.Jim Mock2000-08-112-2/+2
| | | | Notes: svn path=/head/; revision=31514
* Import of teapop.Jim Mock2000-07-105-0/+50
Teapop is an RFC1939 compliant POP3 server. It includes flexible virtual domain support that distinguishes it from all other POP3 servers. Notes: svn path=/head/; revision=30448