Question:
To use IMAP, does the provider login have to be performed using CkImap::Connect
and CkImap::Login
, or is it possible to use CkImap::AppendMail
if we are already logged in to the server (e.g., imap.google.com) by non-Chilkat code?
If this is possible, what steps does CkImap
require?
TIA