procedure TForm1.btnCreateDelClick(Sender: TObject); begin clIMAP4.Server := 'mail.test.com'; clIMAP4.UserName := 'test'; clIMAP4.Password := 'test'; clIMAP4.UseTLS := ctNone; clIMAP4.UseSPA := False; clIMAP4.Open(); clIMAP4.CreateMailBox('MyMailbox'); clIMAP4.SelectMailBox('MyMailbox'); clIMAP4.DeleteMailBox('MyMailbox'); clIMAP4.Close(); end;
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add admin@clevercomponents.com to your trusted senders list in your email software.