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
The total_unread_count should display 1 (as is correctly displayed in the EVE client). However, it appears to simply add the number of unread messages on each label.
Assigning a third label to this message will cause the total_unread_count to change to 3, etc…
Checklist
Check all boxes that apply to this issue:
Bug description is provided
Request path is provided
Response status code is provided
Response headers are provided — not relevant
Response body is provided
Expected response is provided
The text was updated successfully, but these errors were encountered:
joaomlneto
changed the title
Value of total unread emails is wrong
Value of total unread emails is wrong when message assigned multiple labels
Nov 8, 2023
Bug
We can retrieve the number of total unread emails of a character via the
/characters/{character_id}/mail/labels/
endpoint.However, the number of unread emails is not calculated correctly when an unread message is assigned more than one label.
For instance, let's consider we have a single unread message that is assigned two labels (plus
Sent
):Querying the ESI endpoint will return a
200
status with the following body:The
total_unread_count
should display1
(as is correctly displayed in the EVE client). However, it appears to simply add the number of unread messages on each label.Assigning a third label to this message will cause the
total_unread_count
to change to3
, etc…Checklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: