xx0bb so i have used api/v1/add/mailbox to create a mail box with my info@domain.com email. but how i can access to its messages with api POST, GET methods ?
heavygale The API is only for managing, not using, mailboxes. For accessing mailboxes there are separate protocols: IMAP and POP3. You may use according libraries.