meli/melib/src/email
Manos Pitsidianakis ae96038fbf
Run cargo lints / Lint on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 7m48s Details
Run Tests / Test on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 15m42s Details
Cargo manifest lints / Lint Cargo manifests on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 11m5s Details
Make unicode-segmentation a hard dependency
meli/melib are UTF8 software, so we should have proper Unicode support.

A compile-time env var is added, `UNICODE_REGENERATE_TABLES` to force
network access and rebuild the cached unicode tables.

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
2024-04-11 21:15:47 +03:00
..
compose Make unicode-segmentation a hard dependency 2024-04-11 21:15:47 +03:00
headers Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
address.rs melib: add clippy::doc_markdown 2024-03-03 22:57:09 +02:00
attachment_types.rs melib: From<&[u8]> -> From<B: AsRef<[u8]>> 2024-01-01 15:16:47 +02:00
attachments.rs melib: add clippy::doc_markdown 2024-03-03 22:57:09 +02:00
compose.rs melib: add clippy::doc_markdown 2024-03-03 22:57:09 +02:00
headers.rs melib: add clippy::doc_markdown 2024-03-03 22:57:09 +02:00
list_management.rs Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
mailto.rs melib/email/parser: ack \ as an atom 2023-12-29 19:56:52 +02:00
parser.rs melib: add clippy::doc_markdown 2024-03-03 22:57:09 +02:00
pgp.rs melib: add clippy::doc_markdown 2024-03-03 22:57:09 +02:00