Port details |
- dovecot-coi Dovecot COI (Chat-over-IMAP) plugin
- 2.3.9_4 mail
=2 2.3.9_4Version of this port present on the latest quarterly branch. - Maintainer: andrej@ebert.su
 - Port Added: 2022-05-07 17:00:07
- Last Update: 2024-08-16 23:03:13
- Commit Hash: 6dcc035
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MPL20
- WWW:
- https://github.com/dovecot/coi/
- Description:
- Beta version disclaimer
The purpose of this BETA version of this Dovecot plugin is solely to test its
features, to obtain defects, failures and malfunctions.
By using the software, you acknowledge that all of the data that you are
handling with the BETA version might be subject to such defects, failures
and malfunctions, up to the point of total loss.
You are aware to not rely on the functionality and that the use of the software
in a professional productive environment is not recommended.
This package provides an implementation of the Chat over IMAP protcool.
A webpush plugin, and plugins for the imap and lmtp services are provided.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dovecot-coi>0:mail/dovecot-coi
- To install the port:
- cd /usr/ports/mail/dovecot-coi/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/dovecot-coi
- pkg install dovecot-coi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dovecot-coi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1582638253
SHA256 (dovecot-coi-2.3.9_GH0.tar.gz) = 80a06b32b6202261d1968bf3dd904b7124222918dd9244ce9ed845760c6e503a
SIZE (dovecot-coi-2.3.9_GH0.tar.gz) = 64787
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:
-
- dovecot>=2.3.8 : mail/dovecot
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- dovecot>=2.3.8 : mail/dovecot
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dovecot-coi-2.3.9_4:
UNFINISHED=off: Build unfinished modules, currently doveadm-coi and submission-coi
===> Use 'make config' to modify these settings
- Options name:
- mail_dovecot-coi
- USES:
- autoreconf compiler:c++11-lang libtool pkgconfig
- pkg-message:
- For install:
-
Beta version disclaimer
The purpose of this BETA version of this Dovecot plugin is solely to test its
features, to obtain defects, failures and malfunctions.
By using the software, you acknowledge that all of the data that you are
handling with the BETA version might be subject to such defects, failures
and malfunctions, up to the point of total loss.
You are aware to not rely on the functionality and that the use of the software
in a professional productive environment is not recommended.
Configuration instructions are at https://doc.dovecot.org/configuration_manual/coi/
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.9_4 16 Aug 2024 23:03:13
    |
Vladimir Druzenko (vvd)  |
mail/dovecot-*: bump after update mail/dovecot as described in Makefile
mail/dovecot updated in 72dd8d2ee676.
While here:
- remove GNU_CONFIGURE_MANPREFIX;
- replace PORTVERSION on DISTVERSION.
PR: 280866
Approved by: ler (maintainer)
MFH: 2024Q3 |
2.3.9_3 04 Oct 2023 07:47:57
    |
Yasuhiro Kimura (yasu)  |
mail/{dovecot,dovecot-pigeonhole}: Update to latest stable releases
* Update mail/dovecot to 2.3.21.
* Update mail/dovecot-pigeonhole to 0.5.21.
* Bump PORTREVISION of dependencies.
ReleaseNotes: https://dovecot.org/mailman3/archives/list/dovecot-news@dovecot.org/thread/Y5SJWAIAVEAQ2KKSWJM7VSJUUFRMFAH5/
PR: 273946
Approved by: maintainer timeout |
2.3.9_2 23 Dec 2022 03:10:22
    |
Larry Rosenman (ler)  |
mail/dovecot: update to 2.3.20
mail/dovecot-pigeonhole: bump to 0.5.20
mail/dovecot-fts-*, mail/dovecot-coi: bump portrevision
mail/dovecot: ChanggLog:
+ Add dsync_features=no-header-hashes. When this setting is enabled and
one dsync side doesn't support mail GUIDs (i.e. imapc), there is no
fallback to using header hashes. Instead, dsync assumes that all mails
with identical IMAP UIDs contains the same mail contents. This can
significantly improve dsync performance with some IMAP servers that
don't support caching Date/Message-ID headers.
+ lua: HTTP client has more settings now, see
https://doc.dovecot.org/admin_manual/lua/#dovecot.http.client
+ replicator: "doveadm replicator status" command now outputs when the (Only the first 15 lines of the commit message are shown above ) |
2.3.9_1 27 May 2022 09:11:01
    |
Tijl Coosemans (tijl)  |
mail/dovecot-coi: fix build with recent dovecot
PR: 263970 |
2.3.9_1 10 May 2022 22:31:21
    |
Larry Rosenman (ler)  |
mail/dovecot, mail/dovecot-pigeonhole: Upgrade to 2.3.19, 0.5.19
Dovecot Changelog:
+ Added mail_user_session_finished event, which is emitted when the mail
user session is finished (e.g. imap, pop3, lmtp). It also includes
fields with some process statistics information.
See https://doc.dovecot.org/admin_manual/list_of_events/ for more
information.
+ Added process_shutdown_filter setting. When an event matches the filter,
the process will be shutdown after the current connection(s) have
finished. This is intended to reduce memory usage of long-running imap
processes that keep a lot of memory allocated instead of freeing it to
the OS.
+ auth: Add cache hit indicator to auth passdb/userdb finished events.
See https://doc.dovecot.org/admin_manual/list_of_events/ for more (Only the first 15 lines of the commit message are shown above ) |
2.3.9 07 May 2022 16:58:37
    |
Larry Rosenman (ler)  |
mail/dovecot-coi: new port Dovecot chat over IMAP
PR: 244433
Reported By: andrej@ebert.su |
Number of commits found: 6
|