summaryrefslogtreecommitdiff
path: root/lib/message/mu-message.cc
AgeCommit message (Expand)Author
2026-04-10message: improve attachment heuristicsDirk-Jan C. Binnema
2026-03-07message: fix some error pathsDirk-Jan C. Binnema
2025-10-25message: ensure message text is valid utf8Dirk-Jan C. Binnema
2025-08-15message: add support for labels + testsDirk-Jan C. Binnema
2025-05-24message: retain non-file flags when movingDirk-Jan C. Binnema
2025-02-05guile: avoid body duplicationDirk-Jan C. Binnema
2024-11-10message: treat pcks7::smt::Unknown as encryptedDirk-Jan C. Binnema
2024-08-22message: detect top-level smime parts + testDirk-Jan C. Binnema
2024-06-17logging: reduce debug logging a bitDirk-Jan C. Binnema
2024-06-01message: add default ctorDirk-Jan C. Binnema
2024-03-15message: flag list-unsubscribe as MailingListDirk-Jan C. Binnema
2024-03-01message: make sure HAVE_CLD2 is foundDirk-Jan C. Binnema
2023-09-09support xapian ngramsDirk-Jan C. Binnema
2023-07-25message: use html-to-text scraper for html partsDirk-Jan C. Binnema
2023-07-06message: don't check language without cld2 supportDirk-Jan C. Binnema
2023-07-05update to use fmt-based apisDirk-Jan C. Binnema
2023-05-11message: try to detect body text languageDirk-Jan C. Binnema
2023-04-24message: remove control characters from subjectDirk-Jan C. Binnema
2023-04-06mu: allow relative message paths in mu commandsDirk-Jan C. Binnema
2023-01-14utils: get rid of mu-util.[ch]Dirk-Jan C. Binnema
2022-12-30many: use Mu::Regex instead of std::regexDirk-Jan C. Binnema
2022-11-07message: updates for new sexpDirk-Jan C. Binnema
2022-10-24message: use fake Message-ID when emptyDaniel Colascione
2022-07-13message: sanitize maildirDirk-Jan C. Binnema
2022-06-18build: fix some compiler warningsDirk-Jan C. Binnema
2022-06-16message: remove x-ms-has-attach checkDirk-Jan C. Binnema
2022-06-10message: refactor/improve attachment heuristic a bitDirk-Jan C. Binnema
2022-06-10message: add calendar flagDirk-Jan C. Binnema
2022-06-02lib: improve test coverageDirk-Jan C. Binnema
2022-05-21message: make it easier to create heap-allocated messagesDirk-Jan C. Binnema
2022-05-15message: augment cache-path() so it supports subpartsDirk-Jan C. Binnema
2022-05-14message: avoid shadowing variableDirk-Jan C. Binnema
2022-05-12message: Don't assume there's a sub-messageDirk-Jan C. Binnema
2022-05-06message: support embed:text in attached mailDirk-Jan C. Binnema
2022-05-05message: add cache_path per messageDirk-Jan C. Binnema
2022-05-05message/document: update sexp on the flyDirk-Jan C. Binnema
2022-05-05message/document: allow updating flagsDirk-Jan C. Binnema
2022-05-05message/field: cache the message's sexpDirk-Jan C. Binnema
2022-05-05mu: add "modified" fieldsDirk-Jan C. Binnema
2022-04-30message: improve API; improve extract_tagsDirk-Jan C. Binnema
2022-04-30message: implement update-after-moveDirk-Jan C. Binnema
2022-04-30message: refactor file handling, add ::mtime()Dirk-Jan C. Binnema
2022-04-30message: add move constructorDirk-Jan C. Binnema
2022-04-18message: improve support for decryptionDirk-Jan C. Binnema
2022-04-18option: rename to to_string_opt and to_string_view_optDirk-Jan C. Binnema
2022-04-16message: improve attachment,encrypted part detectionDirk-Jan C. Binnema
2022-04-16message: better deal with test messagesDirk-Jan C. Binnema
2022-04-16message: move tests to test-mu-message.ccDirk-Jan C. Binnema
2022-04-16message: implement conversion to sexpDirk-Jan C. Binnema
2022-03-28message: extend unit testDirk-Jan C. Binnema