Bug 88444 - [PATCH] mail/fetchmail: fix IMAP timeout and fetchmailconf wrapper
Summary: [PATCH] mail/fetchmail: fix IMAP timeout and fetchmailconf wrapper
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: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 11:30 UTC by Matthias Andree
Modified: 2005-11-10 10:31 UTC (History)
1 user (show)

See Also:


Attachments
fetchmail-6.2.5.2_2.patch (3.45 KB, patch)
2005-11-03 11:30 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2005-11-03 11:30:14 UTC
- fix IMAP client timeout bug with upstream servers that do not send updated
  EXISTS counts after acknowledging EXPUNGE see <http://bugs.debian.org/314509>

- add fetchmailconf wrapper check for _tkinter.so (if python was installed but
  not Tkinter, the wrapper would still try to run fetchmailconf.bin, which
  gives a less clear error message to the user than was intended)

- let fetchmailconf wrapper pass command line arguments to fetchmailconf.bin
  (it supports -d and -f FILE)

- replace PREFIX with LOCALBASE where appropriate

- bump PORTREVISION

Added file(s):
- files/patch-imap-timeout

Port maintainer (barner@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-03 11:36:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

Over to maintainer
Comment 2 Simon Barner freebsd_committer freebsd_triage 2005-11-10 10:31:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!