aboutsummaryrefslogtreecommitdiff
path: root/email/utils.scm
AgeCommit message (Expand)Author
2020-05-25utils: Do not match sequence byte by byte in read-bytes-till.Arun Isaac
2020-05-25utils: Introduce the not-end-let utility.Arun Isaac
2020-05-25utils: Do not return eof if matched at beginning.Arun Isaac
2019-10-08email: Introduce alist union utility.Arun Isaac
2019-08-07utils: Clarify read-while docstring.Arun Isaac
2019-07-28utils: Return eof-object from read-bytes-till on end of file.Arun Isaac
2019-07-28email: Support email with mixed encoding of characters.Arun Isaac
2018-10-02utils: Use else for the default cond clause.Arun Isaac
2018-09-12Untabify and re-indent all sources.Arun Isaac
2018-09-08Initial commit.Arun Isaac