Bug 38281 - ports: a bug fix of mail/wmpop3
Summary: ports: a bug fix of mail/wmpop3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jim Mock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-19 10:20 UTC by daichi
Modified: 2002-08-04 21:41 UTC (History)
0 users

See Also:


Attachments
file.diff (698 bytes, patch)
2002-05-19 10:20 UTC, daichi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!