Commit graph

35 commits

Author SHA1 Message Date
Payas Relekar
25f63a2656 bump version 2024-07-20 20:54:22 +05:30
Payas Relekar
343298144d add public function to generate Mail from String directly 2024-07-20 20:53:59 +05:30
Payas Relekar
247591bfca comment code not needed for hex gen 2024-07-20 20:53:37 +05:30
Payas Relekar
06b3471998 update version 2024-07-20 20:45:50 +05:30
Payas Relekar
101210188c Readme: Add TODOs, remove old example 2024-07-20 20:45:10 +05:30
Payas Relekar
24427f6f65 Add public function to iterate over maildir 2024-07-20 20:44:50 +05:30
Payas Relekar
7f8ba1337b remove unnecessary methods 2024-07-20 20:44:19 +05:30
Payas Relekar
68d56b7a1a propagate errors to the top via Result(_, Nil) 2024-07-20 20:12:24 +05:30
Payas Relekar
001ba18cf5 start making everything a Result
Because error propagation does not exist as is, and I'd rather know what
particular mbox failed to be parsed
2024-07-20 19:55:48 +05:30
Payas Relekar
8cd69f8ee6 new version, add Mail type and start being more granular 2024-07-14 17:08:36 +05:30
Payas Relekar
34859e8dd8 update deps 2024-07-14 17:08:09 +05:30
Payas Relekar
faf3417dff update version 2024-03-26 22:57:08 +05:30
Payas Relekar
fff24356b3 update gleam.toml to point to primary repo 2024-03-26 22:55:06 +05:30
Payas Relekar
62e3c8fd7b minor whitespace change 2024-03-26 22:52:47 +05:30
Payas Relekar
8c72544b91 add license 2024-03-24 10:32:17 +05:30
Payas Relekar
3e2777d226 Mail -> MBox 2024-03-24 09:25:48 +05:30
Payas Relekar
134486743f minor rearrangement 2024-03-24 06:59:53 +05:30
Payas Relekar
ae378e8351 bump version to 0.0.3 2024-03-24 01:23:39 +05:30
Payas Relekar
c663a66aa0 Add some basic tests 2024-03-24 01:22:32 +05:30
Payas Relekar
0890726ab9 format 2024-03-24 01:04:42 +05:30
Payas Relekar
b1b5a1bbb8 Add bunch of helper functions 2024-03-24 01:04:12 +05:30
Payas Relekar
33796eb44f Update readme again 2024-03-23 22:41:35 +05:30
Payas Relekar
5ff0e3d079 update README for package name change 2024-03-23 22:38:51 +05:30
Payas Relekar
9ee5cb8a82 fix things around 2024-03-23 22:27:24 +05:30
Payas Relekar
91dba8f7ae bump version
Because otherwise hex.pm (rightfully) demands explicit action
2024-03-23 22:22:52 +05:30
Payas Relekar
5dc77a96ff mbox -> gleambox 2024-03-23 22:21:50 +05:30
Payas Relekar
294bc40d9c gleambox 2024-03-23 22:15:49 +05:30
Payas Relekar
894dab5f10 gleam.toml: prep for publish 2024-03-23 22:04:42 +05:30
Payas Relekar
9bda01067a further clean up, add bare minimum README 2024-03-23 21:43:58 +05:30
Payas Relekar
cb8d0ef518 clean up 2024-03-23 21:27:53 +05:30
Payas Relekar
96fe63999c actually get headers from file 2024-03-23 21:19:48 +05:30
Payas Relekar
a3a2af0f3b kind of replace dead space in multiline values 2024-03-23 20:43:02 +05:30
Payas Relekar
0802cd72ea format 2024-03-23 19:26:46 +05:30
Payas Relekar
76b0b4e506 get all header keys 2024-03-23 19:19:09 +05:30
Payas Relekar
1d6fb77add kinda sorta print headers 2024-03-23 19:08:06 +05:30