1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
|
"async-process",
"blocking",
"futures-lite",
]
[[package]]
name = "smtp2tg"
version = "0.6.7"
dependencies = [
"async-compat",
"clap",
"config",
"hostname",
"html-escape",
"mail-parser",
|
|
|
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
|
"async-process",
"blocking",
"futures-lite",
]
[[package]]
name = "smtp2tg"
version = "0.6.8"
dependencies = [
"async-compat",
"clap",
"config",
"hostname",
"html-escape",
"mail-parser",
|