system
3
Nope, its not a secured account, but I screwed up here. I thought I had fully checked the settings of the account, but apparently I missed that I was using a non-standard port as my last provider was blocking tcp 25 to any address besides its own mail servers, so your program was not capturing the traffic to the non-standard port.
Sorry about that 8)
However it would be nice if you could somehow pick the ports your program is going to listen on, like I don’t use imap so I just disable the inbound scanning which prevents that, and would like to add at least one port for the filtering if possible. There is even openssl which has been used by many to filter secure connections if you wanted to go that far.
Thanks for the great program, take care.