Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imap flags #174

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

imap flags #174

wants to merge 3 commits into from

Conversation

fszontagh
Copy link

I added a new fetch_flags method to the imap class, specifically for retrieving only the IMAP flags of messages. Additionally, I modified the original fetch method so that it now requests the flags from the server when fetching the message. I added a std::vectorstd::string element called flags that stores the flags received from the server in their original format (e.g., \Seen). This implementation also supports custom flags.

@karastojko
Copy link
Owner

Hey, thanks for the contribution. That was also on my agenda to add it. Please be patient for merging this PR. I have IMAP tests for various functionalities but they are not public. Since I am doing refactoring regarding line policy, folding and related stuff, I cannot immediately take a look of your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants