libetpan
A portable, efficient middleware for different kinds of mail access
libEtPan ! is a mail purpose library. It will be used for low-level mail handling : network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP and SSL/TCP/IP, already implemented), local storage (mbox/MH/maildir), message / MIME parser
homepage ↗ github: dinhviethoa/libetpan sourceforge: libetpan
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 1.10 | 3 | 17 h | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | hppa | mips | ppc | sparc | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.10 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | alpha testing | arm testing | hppa testing | mips testing | ppc testing | sparc testing | — | view · download · history ↗ |
| 1.9.4-r3 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | alpha testing | arm testing | hppa testing | mips testing | ppc testing | sparc testing | — | view · download · history ↗ |
| 1.9.4-r2 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | hppa testing | mips testing | ppc stable | sparc testing | — | view · download · history ↗ |
Use flags of 1.10
- berkdb Add support for sys-libs/db (Berkeley DB)
- gnutls Prefer net-libs/gnutls as SSL/TLS provider (ineffective with USE=-ssl)
- liblockfile Enable support for liblockfile library
- lmdb Use dev-db/lmdb as cache DB
- sasl Add support for the Simple Authentication and Security Layer
- ssl Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- static-libs Build static versions of dynamic libraries as well
Runtime dependencies of 1.10
show 23 lines
!lmdb?
(
berkdb?
(
)
)
lmdb?
(
)
ssl?
(
gnutls?
(
)
!gnutls?
(
)
)
sasl?
(
)
liblockfile?
(
)