vmime icon indicating copy to clipboard operation
vmime copied to clipboard

VMime Mail Library

Results 105 vmime issues
Sort by recently updated
recently updated
newest added

I'm thinking of making a small PR to vmime, and I thought whether I can use C++11-only features (`auto` and range-based for loops, for instance). What's your opinion on dropping...

In imap add support RECENT message In maildir don't move from new to cur directory before fetch a message (same as imap) For dovecot server the root maildir directory can...

I'm getting compilation error when compile a code that compiles is 0.9.0, The error is in /usr/include/c++/7/ext/new_allocator.h:136: error: ‘vmime::net::session::session()’ is private within this context { ::new((void *)__p) _Up(std::forward(__args)...); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...

It seems to be excluded by mistake: https://github.com/kisli/vmime/blob/680057bacd8d77a5677ffa68fba55ebafd608213/Doxyfile.in#L379

As of 680057bacd8d77a5677ffa68fba55ebafd608213, The .dll.a file is put into /usr/x86_64-w64-mingw32/sys-root/mingw/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libvmime.dll.a containing the DESTDIR twice. ``` [ 3s] + cmake -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH=/usr/x86_64-w64-mingw32/sys-root/mingw -DCMAKE_INSTALL_LIBDIR:PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/lib -DBIN_INSTALL_DIR=/usr/x86_64-w64-mingw32/sys-root/mingw/bin -DINCLUDE_INSTALL_DIR:PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/include -DLIB_INSTALL_DIR:PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/lib -DSHARE_INSTALL_DIR:PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/share -DSYSCONF_INSTALL_DIR:PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/x86_64-w64-mingw32/sys-root/mingw/share...

Hi, SMTPTransport uses SMTPUTF8 incorrectly. It sends SMTPUTF8 if the server supports it, instead of when the message/addresses require it. The RFC says that the flag should be used when...

When building for multiple platforms I encountered several issues. Fist of all MSVC (Windows) build with TLS support through OpenSSL requires additional library "crypt32". Secondly, detection of pthread library failed...

I'm trying to build vmime but am running into errors when running "make". The 'cmake -G "Unix Makefiles"' command runs fine and I have all the required libraries. The output...

I should sort my messages according to Received date, but it is not possible, because msg->getHeader()->findField(vmime::fields::RECEIVED) is always returning nullptr, and Date field is not present in all messages. Checked...

Hello! It would be great to have support of DSN requests in VMIME. I added it to my source copy of vmime with attached patch. It would be great to...