Bug 38281

Summary: ports: a bug fix of mail/wmpop3
Product: Ports & Packages Reporter: daichi <daichi>
Component: Individual Port(s)Assignee: Jim Mock <jim>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description daichi 2002-05-19 10:20:01 UTC
The wmpop3 use LAST command to POP3 server. But 
LAST command of POP3 is removed at RFC1725. 
The POP3 is defined at RFC1081, RFC1225, RFC1460,
RFC1725, RFC1939. Yes, the LAST command is defined 
among RFC1081 and RFC1460. So some POP3 servers can
use LAST command. But the other POP3 servers cannot
use it.

People that uses POP3 server without LAST command 
support cannot use the wmpop3. This is not
desirable(I am using a POP3 server that does not
supprt LAST command. It is slightly sad). I want 
Mr. Scott Holden(who made wmpop3) to release the 
new version which applied the patch. I mailed to
him but no replay. So I write this message as
FreeBSD problem report. Please commit this.

Fix: Update wmpop3 ports with follow patch.

How-To-Repeat: Use pop3 server that dose not support LANT command.
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-04 20:06:03 UTC
Responsible Changed
From-To: freebsd-ports->jim

Over to maintainer
Comment 2 Jim Mock freebsd_committer freebsd_triage 2002-08-04 21:41:10 UTC
State Changed
From-To: open->closed

Committed, thanks!