mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #832] Account API #742
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#742
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 @tonioo on GitHub (Feb 4, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/832
Add new services to the API to:
@gawel commented on GitHub (Mar 2, 2016):
Another good service that you can add is "email exists". Since in the real world the only way to be sure that an email exist is to send an email, it would be cool if modoboa can provide this.
Something like:
Thought ?
@tonioo commented on GitHub (Mar 2, 2016):
Yes it could be useful.
@tonioo commented on GitHub (Mar 4, 2016):
@gawel What do you think about:
I'm not a DRF expert but looking at the documentation, it looks simpler to implement. (see http://www.django-rest-framework.org/api-guide/viewsets/#marking-extra-actions-for-routing)
@gawel commented on GitHub (Mar 7, 2016):
Yep, that work. I'm not a DRF expert too :)
@hadifarnoud commented on GitHub (Mar 26, 2016):
cool. where can I find API docs? could not find it on your site.
@tonioo commented on GitHub (Mar 26, 2016):
The API is not released yet. I'll add the documentation soon.
@hadifarnoud commented on GitHub (Apr 24, 2016):
eagerly waiting for API docs. btw, I could help out polishing the docs once I figure out how it works myself.
@mangliobertoluci commented on GitHub (Jun 23, 2022):
Hello Tonioo. Is it possible to edit this API to generate "email packages" with storage limits and "email sending limits" and permissions?
@tonioo commented on GitHub (Jun 24, 2022):
@mangliobertoluci No, you can't do that with the API.