Check-in [d036a09127]
Logged in as anonymous
Overview
Comment:bump
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d036a091277b9dc0c42bbff2d4b6185612b16025583603387c4fa07e906bc844
User & Date: arcade on 2026-01-18 09:25:54.954
Other Links: manifest | tags
Context
2026-03-05
12:45
bump, fixes 2 security issues check-in: 1382a7c15e user: arcade tags: trunk
2026-01-18
09:27
Instead of validating HTML - check for specific closing tags and escape Update how text size is calculated Fix errors check-in: 1c10bccb4e user: arcade tags: release, v0.6.1
09:25
bump check-in: d036a09127 user: arcade tags: trunk
09:23
change how text size is calculated - calculate after replacements check-in: db04f7359b user: arcade tags: trunk
Changes
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
 "async-process",
 "blocking",
 "futures-lite",
]

[[package]]
name = "smtp2tg"
version = "0.6.0"
dependencies = [
 "async-compat",
 "config",
 "hostname",
 "html-escape",
 "just-getopt",
 "lazy_static",







|







1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
 "async-process",
 "blocking",
 "futures-lite",
]

[[package]]
name = "smtp2tg"
version = "0.6.1"
dependencies = [
 "async-compat",
 "config",
 "hostname",
 "html-escape",
 "just-getopt",
 "lazy_static",
1
2
3
4
5
6
7
8
9
10
[package]
name = "smtp2tg"
version = "0.6.0"
authors = [ "arcade@b1t.name" ]
edition = "2024"
license = "0BSD"
repository = "http://fs.b1t.name/smtp2tg"

[dependencies]
async-compat = "0.2.5"


|







1
2
3
4
5
6
7
8
9
10
[package]
name = "smtp2tg"
version = "0.6.1"
authors = [ "arcade@b1t.name" ]
edition = "2024"
license = "0BSD"
repository = "http://fs.b1t.name/smtp2tg"

[dependencies]
async-compat = "0.2.5"