[GH-ISSUE #1233] fetch users' emails through api #1004

Closed
opened 2026-02-27 11:14:41 +03:00 by kerem · 4 comments
Owner

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?

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?
kerem 2026-02-27 11:14:41 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@tonioo commented on GitHub (Sep 14, 2017):

@alexandrapersea you can use the accounts service. For example:

GET /api/v1/accounts/{id}

The answer must contain the email.

<!-- gh-comment-id:329496317 --> @tonioo commented on GitHub (Sep 14, 2017): @alexandrapersea you can use the ``accounts`` service. For example: ``` GET /api/v1/accounts/{id} ``` The answer must contain the email.
Author
Owner

@alexandrapersea commented on GitHub (Sep 14, 2017):

@tonioo sorry for not being specific enough, what i meant is getting the user's email messages

<!-- gh-comment-id:329523695 --> @alexandrapersea commented on GitHub (Sep 14, 2017): @tonioo sorry for not being specific enough, what i meant is getting the user's email messages
Author
Owner

@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.

<!-- gh-comment-id:329572148 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:845477845 --> @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.
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#1004
No description provided.