Port details on branch 2023Q4 |
- isync Maintain local copies of remote IMAP folders w/synchronized flags
- 1.4.4_1 mail
=0 1.4.4_1Version of this port present on the latest quarterly branch. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2023-10-20 16:24:27
- Last Update: 2023-10-20 16:22:59
- Commit Hash: b6aa231
- License: GPLv2
- WWW:
- http://isync.sourceforge.net/
- Description:
- isync is a command line application which synchronizes a local maildir-style
mailbox with a remote IMAP4 mailbox, suitable for use in IMAP-disconnected
mode. Multiple copies of the remote IMAP4 mailbox can be maintained, and all
flags are synchronized. TLS/SSL is supported via imaps: or STARTTLS.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/isync/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/isync
- pkg install isync
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: isync
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1638697372
SHA256 (isync-1.4.4.tar.gz) = 7c3273894f22e98330a330051e9d942fd9ffbc02b91952c2f1896a5c37e700ff
SIZE (isync-1.4.4.tar.gz) = 340544
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.34<5.35 : lang/perl5.34
- Library dependencies:
-
- libsasl2.so : security/cyrus-sasl2
- libdb-5.3.so : databases/db5
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_isync
- USES:
- alias bdb compiler:c11 cpe perl5 ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.4_1 20 Oct 2023 16:22:59
    |
Emanuel Haupt (ehaupt)  Author: François Charlier |
mail/isync: Resolve "unexpected EOF" SSL error
Fixes an issue where some IMAP servers, such as Gmail, do not send a
close notification (SSL_shutdown()) before closing the TCP socket,
leading to "unexpected EOF" errors with OpenSSL 3.0.
Now mbsync gracefully handles this scenario, preventing the following
error:
Socket error: secure read from imap.gmail.com ([IPv6 Address
Redacted]:993): error:0A000126:SSL routines::unexpected eof while
reading
PR: 274604
(cherry picked from commit a4ef2ba2e61e3a4190f04c889ded4f6688163354) |
Number of commits found: 1
|