Skip to content

How to fetch the replies of a mimeMessage #86

Open
@mjmon

Description

Hello and good day

I'm using the lowlevel smtpClient in replying to an email.
I successfully send the reply like the code below.

MessageBuilder.prepareReplyToMessage(originalMessage, fromMailAddress)

But this time I want to render the replies on the screen,
I checked the MimeMessage object and I cant seem to find list of replies.
How to get the replies for a specific MimeMessage?
I can see there's an new entry inside the Sent Mailbox after a successful reply.
How to link them inside below the original message.
I want it to be similar to gmail in which the reply messages are below the original message.

Thank you for your time.

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationimapmime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions