I am currently trying to create a bubble-chat-like UI (eg. WhatsApp chat UI) from email messages.
I have fetched the mails from the server. However, I have an issue with displaying each message individually as they come together in threads. So the most recent message is up top and other responses are appended beneath it.
How can I get individual messages rather than a full conversation?