mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1233] fetch users' emails through api #1004
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#1004
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 @alexandrapersea on GitHub (Sep 14, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1233
Is there a way to fetch a user's emails through the modoboa api?
@tonioo commented on GitHub (Sep 14, 2017):
@alexandrapersea you can use the
accountsservice. For example:The answer must contain the email.
@alexandrapersea commented on GitHub (Sep 14, 2017):
@tonioo sorry for not being specific enough, what i meant is getting the user's email messages
@tonioo commented on GitHub (Sep 14, 2017):
No, there is no such feature provided by the API. The only solution you have (for now) is to use IMAP.
@Ramsteven commented on GitHub (May 20, 2021):
Hello, do currently exist the way they get the email of a specific account? I want to avoid using other libraries.