krumok
krumok
where i have to add the FallbackDecoder? here is my code (simplified): ``` Dim Pop3C As New OpenPop.Pop3.Pop3Client Dim TotMail, CurrMail Dim IsConnected As Boolean Try Pop3C.Connect(cH, 110, False) Pop3C.Authenticate(cU,...
ok i add a reference to FallbackDecoder but with this particular message it not call the delegate but throw an exception. I've tried with other messages and calls to delegate...
ok thank you with the custom mapping i solve on that message. Is it something that would be fixed in future release?