mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #2069] How to send and receive emails using the REST API of Modoboa #1513
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1513
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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.
@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.