You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getLastLine() returns a net::smtp::SMTPResponse::responseLine, and this class's symbols are neither exported nor is responseLine::getText virtual (which would sidestep symbol lookup because of the use of VFT).
The text was updated successfully, but these errors were encountered:
From https://forum.kopano.io/topic/2537/solved-compilation-on-cygwin-problems-with-missing-symbols-in-vmime/ :
I believe this happens when invoking:
getLastLine()
returns anet::smtp::SMTPResponse::responseLine
, and this class's symbols are neither exported nor isresponseLine::getText
virtual (which would sidestep symbol lookup because of the use of VFT).The text was updated successfully, but these errors were encountered: