Files
himalaya/src/email/message
Perma Alesheikh 2af1936ef8 use map_while to count for always err case.
Reasons:
- Filter_map will run forever if iterator only returns Err with lines.
  This is a possibility for "lines" iterators.
- Map_while will break the mapping the moment the iterator returns error.

Signed-off-by: Perma Alesheikh <me@prma.dev>
2024-01-09 22:11:23 +01:00
..
2024-01-09 22:09:02 +01:00
2023-12-07 22:37:28 +01:00