[GH-ISSUE #2069] How to send and receive emails using the REST API of Modoboa #1513

Closed
opened 2026-02-27 11:17:30 +03:00 by kerem · 3 comments
Owner

Originally created by @SellamiRami on GitHub (Oct 26, 2020).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2069

Hello all,
I want to integrate Modoboa in a private project in which we developed a client web interface that is connected to the Modoboa server (i.e. Backend).
Via this client web interface, I want to exchange emails with attachement. However, I do not find any operations in the REST API of Modoboa (i.e. https://modoboa.readthedocs.io/en/latest/rest_api.html) enabling sending and receiving emails with attachement.
Could you please tell me how we can ensure these features using the REST API of Modoboa?
Thank you in advance for your response.
Best regards,
Rami.

Originally created by @SellamiRami on GitHub (Oct 26, 2020). Original GitHub issue: https://github.com/modoboa/modoboa/issues/2069 Hello all, I want to integrate Modoboa in a private project in which we developed a client web interface that is connected to the Modoboa server (i.e. Backend). Via this client web interface, I want to exchange emails with attachement. However, I do not find any operations in the REST API of Modoboa (i.e. https://modoboa.readthedocs.io/en/latest/rest_api.html) enabling sending and receiving emails with attachement. Could you please tell me how we can ensure these features using the REST API of Modoboa? Thank you in advance for your response. Best regards, Rami.
kerem 2026-02-27 11:17:30 +03:00
Author
Owner

@tonioo commented on GitHub (Oct 26, 2020):

@SellamiRami You can't do this using the REST API. I suggest you use IMAP/SMTP protocols instead.

<!-- gh-comment-id:716455745 --> @tonioo commented on GitHub (Oct 26, 2020): @SellamiRami You can't do this using the REST API. I suggest you use IMAP/SMTP protocols instead.
Author
Owner

@SellamiRami commented on GitHub (Oct 26, 2020):

Thank you @tonioo for your quick reply. Could you please give more details about this (e.g. a documentation)? Is there an API that I can use in the source code of the Client Web interface?
Thanks in advance for your help !
Rami.

<!-- gh-comment-id:716457295 --> @SellamiRami commented on GitHub (Oct 26, 2020): Thank you @tonioo for your quick reply. Could you please give more details about this (e.g. a documentation)? Is there an API that I can use in the source code of the Client Web interface? Thanks in advance for your help ! Rami.
Author
Owner

@tonioo commented on GitHub (Nov 5, 2020):

@SellamiRami IMAP and SMTP are old and standard protocols. You can find a lot of documentation on the Internet about them and most programming language provide ready-to-use client modules.

<!-- gh-comment-id:722409970 --> @tonioo commented on GitHub (Nov 5, 2020): @SellamiRami IMAP and SMTP are old and standard protocols. You can find a lot of documentation on the Internet about them and most programming language provide ready-to-use client modules.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1513
No description provided.