|
1e2b1f5f5e
|
2021-08-05 update
|
2021-08-05 21:26:39 -05:00 |
|
|
2893b22d03
|
Rewrite
|
2021-07-19 18:16:08 -05:00 |
|
|
c3f2037668
|
a
|
2021-07-13 14:36:11 -05:00 |
|
|
87a1018070
|
update dependencies
|
2021-06-24 13:59:20 -05:00 |
|
|
a1e9576d07
|
lots of updates, gonna probably ditch tui-rs
|
2021-03-26 13:23:02 -05:00 |
|
|
6b82137124
|
downloading mostly works for larger batches of email now
|
2021-03-25 15:23:39 -05:00 |
|
|
dfe6ebb596
|
don't fetch mail that's already been fetched
|
2021-03-25 14:51:52 -05:00 |
|
|
0690c46f66
|
fix text type
|
2021-03-25 08:36:27 -05:00 |
|
|
3e0e3d5561
|
actually start synchronizing emails
|
2021-03-25 08:34:59 -05:00 |
|
|
eb880e1b92
|
insert mail into the database
|
2021-03-25 07:14:05 -05:00 |
|
|
4be9e6e1e8
|
update read loop and parser to read body
|
2021-03-25 06:34:11 -05:00 |
|
|
19f42756c2
|
sqlx working?
|
2021-03-25 04:30:31 -05:00 |
|
|
e706a252f1
|
displaying messages again
|
2021-03-20 04:35:41 -05:00 |
|
|
fd1cb9f927
|
hellosu
|
2021-03-11 23:07:40 -06:00 |
|
|
c76c2eaf5c
|
Restructured how UI works so there's views
|
2021-03-11 06:58:37 -06:00 |
|
|
ba5d07db91
|
some UI updates
|
2021-03-11 04:57:47 -06:00 |
|
|
4e3d2e63f3
|
update
|
2021-03-10 05:07:08 -06:00 |
|
|
e437d95b9b
|
added many changes
+ ui updates
+ colon now accepting commands
+ message meta logic in another module
|
2021-03-10 04:46:26 -06:00 |
|
|
555727e007
|
colon prompt YES
|
2021-03-10 03:44:31 -06:00 |
|
|
290cefc3a2
|
yay new emails are automatically sent to the UI and send notifications to notifyd
|
2021-03-09 08:05:31 -06:00 |
|
|
daa3b8cd61
|
add address parsing
|
2021-03-09 05:55:31 -06:00 |
|
|
424706d9a0
|
humanize dates
|
2021-03-09 05:21:23 -06:00 |
|
|
c6116531b0
|
feature-gate doc
|
2021-03-09 03:27:25 -06:00 |
|
|
0162d39deb
|
add date_time parser
|
2021-03-09 03:12:07 -06:00 |
|
|
46567c43e1
|
make the table look a bit nicer
|
2021-03-08 18:26:18 -06:00 |
|
|
9a58fe6d58
|
update imap readme
|
2021-03-08 17:33:31 -06:00 |
|
|
345a9ab25f
|
add more envelope fields
|
2021-03-08 17:32:12 -06:00 |
|
|
7cd69bd6a8
|
updates
|
2021-03-08 17:07:44 -06:00 |
|
|
7153b30a43
|
fix tests
|
2021-03-06 20:17:35 -06:00 |
|
|
da7df7dfb3
|
fuckkk i have to take my parser apart now
|
2021-03-06 20:04:58 -06:00 |
|
|
4c989e0991
|
Revamp inner client loop and connect folder list to UI
|
2021-03-06 18:56:35 -06:00 |
|
|
94ead04391
|
hellosu
|
2021-03-02 19:45:45 -06:00 |
|
|
7f7a4a115a
|
woops gotta clone outside the loop
|
2021-03-02 16:48:27 -06:00 |
|
|
3f726f3129
|
osudebug
|
2021-03-02 16:47:33 -06:00 |
|
|
1e6ecc45bb
|
Depend on my forked version of pest
|
2021-03-02 00:15:12 -06:00 |
|
|
50128cd10d
|
implemented rly cursed patches on top of pest, i hate parsing
|
2021-03-01 21:39:55 -06:00 |
|
|
e5515f6c7c
|
switch back to crossterm + cargo-deny stuff
|
2021-03-01 03:13:25 -06:00 |
|
|
b3b137b86a
|
checklist for protocol implementation
|
2021-03-01 02:03:21 -06:00 |
|
|
9c3a4b8c39
|
fix clippy
|
2021-03-01 01:48:28 -06:00 |
|
|
deca53e834
|
Switch up ui::Drawable write command and run UI in separate thread
|
2021-02-26 00:26:37 -06:00 |
|
|
aa796e533e
|
Modify the inner client to allow streaming intermediate content instead of just returning the last element
|
2021-02-26 00:03:23 -06:00 |
|
|
d310bbe10e
|
add async generator library
|
2021-02-25 21:54:41 -06:00 |
|
|
523e6eaf7a
|
ouais
|
2021-02-24 06:43:50 -06:00 |
|
|
5b3bf5dd3c
|
add some small doc comments
|
2021-02-24 04:52:32 -06:00 |
|
|
5438bb170d
|
some more commands
|
2021-02-24 04:46:21 -06:00 |
|
|
508429ff5d
|
Update deps
|
2021-02-24 04:01:18 -06:00 |
|
|
7e83a23911
|
Organize parser a bit more
|
2021-02-23 21:34:47 -06:00 |
|
|
f27f5419fe
|
some more stubs for the example scenario
|
2021-02-23 21:21:47 -06:00 |
|
|
f616cffef0
|
Run tests on push
|
2021-02-22 22:50:39 -06:00 |
|
|
621ab2770a
|
fuckkk
|
2021-02-22 22:42:13 -06:00 |
|