|
5113775933
|
Parser - implement preformatted mode
|
2023-06-02 10:27:45 -04:00 |
|
|
200dd8b451
|
Progress on the Gemtext parser
|
2023-06-02 00:26:19 -04:00 |
|
|
805e5cdd14
|
Some work towards the gemtext parser
|
2023-06-01 23:34:36 -04:00 |
|
|
8b0af76b8f
|
Remove generics for Link and Message
|
2023-06-01 10:41:00 -04:00 |
|
|
42afaf4e6a
|
Add message::link using generic "T: Display + PartialEq", provide impl's
for "&'a str" and String
|
2023-05-31 11:20:02 -04:00 |
|
|
477de69ca3
|
Added Connection and connection::Builder; Fixed a lot of Clippy lints;
|
2023-05-29 11:33:36 -04:00 |
|
Nathan Fisher
|
4f2f151173
|
Fleshed out some methods in the Filesystem mail store
|
2023-05-28 23:32:52 -04:00 |
|
|
50644d2d68
|
Some tweaks to MailStore trait
|
2023-05-28 00:18:15 -04:00 |
|
Nathan Fisher
|
2afbede154
|
Add Account , Domain , MultiDomain structs and MailStore trait
|
2023-05-27 23:38:41 -04:00 |
|
|
54fb9e79ab
|
Add methods to get recipients, senders and timestamp from Request;
Add Mailuser type; Use Mailuser instead of String and Host in Request to
represent the sender;
|
2023-05-26 01:34:29 -04:00 |
|
Nathan Fisher
|
b2f60c61ec
|
Add Mailbox , Message , Lines , Recipients types
|
2023-05-25 23:35:24 -04:00 |
|