karastojko

Results 79 comments of karastojko

Can you please copy here the minimal reproducible example in Python, so I could try it?

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...

Let me check it.

You are right, there is a bug. I am fixing it...

Please try the latest [commit](https://github.com/karastojko/mailio/commit/cf5ebd68d8ceb42880a59cec725f5b1d5e92fe13). It should fix your problem although it is still not complete by the [specification](https://datatracker.ietf.org/doc/rfc2231/).

The percent codec is implemented now for both formatting and parsing.

Hi, Thanks for the suggestion. I believe such possibility could be added. Currently there is `void mime::add_part(const mime&)` but indeed a specific part cannot be edited. So, do you suggest...

Sorry for the late reply. Take a look of the `mime::parsed_headers_` and `mime::parsed_body_`. Do you have a need to access such data directly? Can you give me more details about...

Why do you need Mailio for that? Just connect to the server and save the message string. To keep the same strings twice within the `message` instance would double its...

Did you try some of the POP3 [examples](https://github.com/karastojko/mailio/tree/master/examples)?