Elektrine lite

← Feed

@Migueldeicaza@mastodon.social

Post #3197858

2026-02-21 15:48 UTC

@mdiep@mas.to that is exactly was intend to do :-)

Replies (1)

  • @mdiep@mas.to 2026-02-21 18:41

    @Migueldeicaza@mastodon.social It doesn't model the IMAP flow correctly. When, e.g., you call `uidSearch`, the library is consuming *all* responses until it receives the corresponding tagged response—dropping the other responses. This means: 1. Commands can't run concurrently. (Responses from concurrent commands are interleaved.) 2. You can't process unprompted untagged responses from the server. (These are an important for learning about new messages and deletions without polling)

    Open ##3197859