Support

Free Support

As with all Open Source projects, free and public support for VMime is offered through the community (see forums and trackers). Please note that individual technical assistance or custom support is not included with Commercial Licenses, but we try to fix critical bugs quickly (at least, when they are reported).

Premium Support

If you are looking for individual support (quick and guaranteed answer, custom feature development…), please contact us for hourly rates or to get a quote.

One thought on “Support

  1. Hi Iam trying to integrate gnutls 2.10 with vmime, i have the libgnutls.so file and i made the changes reg the linking the lib and include files in makefile and build.Iam facing the below errors while g++ with any example.cpp file:

    tactuser@eqhttd01:examples >g++ -o try exampletry.cpp -I/home/tactuser/Mail/vmime/libvmime-0.9.1/ -L/home/tactuser/Mail/vmime/libvmime-0.9.1/src/.libs/ -lvmime -L/home/tactuser/Mail/vmime -lgnutls -L/home/tactuser/Mail/vmime/gsasl/gsasl-1.0/lib/src/.libs/ -lgsasl
    /home/tactuser/Mail/vmime/libvmime-0.9.1/src/.libs//libvmime.so: undefined reference to `vmime::net::tls::TLSSession::TLSSession(vmime::utility::ref)’
    /home/tactuser/Mail/vmime/libvmime-0.9.1/src/.libs//libvmime.so: undefined reference to `vmime::security::cert::defaultCertificateVerifier::defaultCertificateVerifier()’
    /home/tactuser/Mail/vmime/libvmime-0.9.1/src/.libs//libvmime.so: undefined reference to `vmime::net::tls::TLSSocket::handshake(vmime::utility::ref)’
    /home/tactuser/Mail/vmime/libvmime-0.9.1/src/.libs//libvmime.so: undefined reference to `vmime::net::tls::TLSSession::getSocket(vmime::utility::ref)’
    /home/tactuser/Mail/vmime/libvmime-0.9.1/src/.libs//libvmime.so: undefined reference to `vmime::net::tls::TLSSecuredConnectionInfos::TLSSecuredConnectionInfos(std::basic_string<char, std::char_traits, std::allocator > const&, unsigned short, vmime::utility::ref, vmime::utility::ref)’
    collect2: ld returned 1 exit status
    can you please help.

    Thanks