You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow mailing_list_id as a label to /characters/{character_id}/mail/ so we can filter to just mails received on a mailing list to allow easier real time access to mailing list mails.
Also add the Trash mailbox to the API.
Route
/characters/{character_id}/mail/
Authentication
Yup
Use case
Seamlessly filter mail headers to mailing lists like we can with Inbox, Corp, Alliance, etc.
Example returns
Same as current, but filtered to mailing_list_id
The text was updated successfully, but these errors were encountered:
FYI trying to replicate the in game representation of mails in external client.
The "Concord LP" mailing list shows as a seperate mailbox. But there is no way to pull just mails from that mailing list via API to replicate the functionality.
In Game
Out of Game
The Trash mailbox above is default on most clients, there is currently no way to access the Trash mailbox via API with labels.
Feature request
Allow
mailing_list_id
as alabel
to/characters/{character_id}/mail/
so we can filter to just mails received on a mailing list to allow easier real time access to mailing list mails.Also add the Trash mailbox to the API.
Route
/characters/{character_id}/mail/
Authentication
Yup
Use case
Seamlessly filter mail headers to mailing lists like we can with Inbox, Corp, Alliance, etc.
Example returns
Same as current, but filtered to mailing_list_id
The text was updated successfully, but these errors were encountered: