1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libvmime
Priority: optional
Maintainer: Mattias Nordstrom <mnordstr@debian.org>
Build-Depends: debhelper (>= 5.0.0), autotools-dev, libgnutls-dev (>= 1.2.0), libgsasl7-dev
Standards-Version: 3.7.3
Section: libs
Homepage: http://www.vmime.org/
Package: libvmime-dev
Section: libdevel
Architecture: any
Depends: libvmime0 (= ${binary:Version}), libgnutls-dev (>= 1.2.0), libgsasl7-dev
Description: a C++ mail library (development files)
VMime is a powerful C++ class library for parsing, generating, or editing
Internet RFC-[2]822 and MIME messages. VMime is designed to provide a fast
and an easy way to manipulate Internet mail messages.
.
The recent releases of VMime also include support for using messaging
protocols (POP3, IMAP, SMTP and maildir) with a lot of features supported:
listing folders, downloading and adding messages to folders, extracting parts
from message, getting and setting message flags, and a lot more.
Package: libvmime0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: a C++ mail library (runtime library)
VMime is a powerful C++ class library for parsing, generating, or editing
Internet RFC-[2]822 and MIME messages. VMime is designed to provide a fast
and an easy way to manipulate Internet mail messages.
.
The recent releases of VMime also include support for using messaging
protocols (POP3, IMAP, SMTP and maildir) with a lot of features supported:
listing folders, downloading and adding messages to folders, extracting parts
from message, getting and setting message flags, and a lot more.
|