I'm developing a lightweight Gmail client for mobile phones. It access Gmail by IMAP. Then I want to send a draft from the Drafts folder, but it has some attachments and I can't download all of them to send it by SMTP.
Moving/copying it to "Sent Mail" doesn't send it, just moves it to that folder.
How can I send a Draft directly without fetch all the content and attachments from the client? Is there any IMAP command to do it?
Thank you in advance.