summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/fs
AgeCommit message (Expand)Author
2022-12-18upas/fs, imap4d: make setname() use /proc instead of #pcinap_lenrek
2022-10-30upas/fs: support date format used in RFC 4155 mbox filesMichael Forney
2022-10-29upas/fs: clear errstr after chkunixMichael Forney
2022-10-10upas/fs/imap.c: additional sanity checking during `Expunge` to avoid suicideIgor Böhm
2021-10-09upas/fs: add missing newline to a debug printristo.salminen@gmx.com
2021-04-17patch for imap when imap failsunobe
2021-01-23upas/fs: fix swapped argument, dead codeOri Bernstein
2020-11-22upas/*: fix mkfile issues (thanks amavect)Ori Bernstein
2020-11-17upas/*: cleanup mkfiles (thanks amavect)Ori Bernstein
2020-10-22upas/fs/mbox.c: fix cosmetic typokhm
2020-10-11upas/fs: fix truncation of plumb datecinap_lenrek
2020-09-26upas: convert to tmdate, change timezone formatOri Bernstein
2020-09-17upas/fs: fix handing of multi-line header fields (thanks theinicke)Ori Bernstein
2020-09-01upas/fs: extract proper date from unix headercinap_lenrek
2020-09-01upas/fs: remove unused function date822tounixAlex Musolino
2020-08-09upas/fs: port date parsing to libc apisOri Bernstein
2020-08-01pre-lib9p servers: fix incorrect Tversion handlingkvik
2020-07-26upasfs: make imap debug logging less noisyOri Bernstein
2020-07-05upas/fs: wait until the index becomes unlockedcinap_lenrek
2020-07-05upas/fs: fix wrong nparts field index (changed in previous commit)cinap_lenrek
2020-07-05upas/fs: put date822 into the index, fix from and replyto handlingcinap_lenrek
2020-07-05upas/fs: fix memory leak in ref822()cinap_lenrek
2020-06-29upas/fs: move unixheader handling to parseheaders()cinap_lenrek
2020-06-24upas/fs: remove now unused Mtrunc mimeflags constantcinap_lenrek
2020-06-24upas/fs: use memchr() instead of strchr() in hdrlen()cinap_lenrek
2020-05-02make bind(2) error handling consistentcinap_lenrek
2020-04-01upas/fs: fix sending of "delete" plumb messagesAlex Musolino
2020-02-05upas/fs plumb modify messages for self-changed flagsOri Bernstein
2019-12-10remove unused code.Ori Bernstein
2019-12-10only ensurecache() on doplumb().Ori Bernstein
2019-12-09upas/fs plumb flag changes.Ori Bernstein
2019-12-02remove debug printOri Bernstein
2019-12-02simplify flag parsing.Ori Bernstein
2019-12-01fix typo: we don't have cache insurance.Ori Bernstein
2019-12-01upas/fs imap fixes and improvementsOri Bernstein
2019-11-24upas/fs: remove useless loop in rf822()cinap_lenrek
2019-11-23fix ref822 again: remove uniqarray(), fix case with many entries in 'n'.Ori Bernstein
2019-11-21fix ref882 reference parsing.Ori Bernstein
2019-10-31upas/fs: fix handling of numeric timezone offsets in strtotmAlex Musolino
2019-10-28Check if 'm' is null when updating messages.Ori Bernstein
2019-10-10Fetch IMAP flags from server. This makes us sync read/answered/... flags with...Ori Bernstein
2019-10-03upas/fs: speedup mtree and henter()cinap_lenrek
2019-05-20upas/fs: remove read timeout via alarm(2) in pop3respAlex Musolino
2019-03-23upas/fs: release mailbox syncing lock after encountering errorcinap_lenrek
2019-02-25upas/fs: fix %.*s format usagecinap_lenrek
2019-01-22upas/fs: remove unused function pop3logAlex Musolino
2019-01-02upas/fs: don't put messages on the lru that cannot be uncachedcinap_lenrek
2019-01-02upas/fs: include mkupas in mkfile last to get default targetcinap_lenrek
2018-12-31upas/fs: fix infinite loop in putcache (again)Alex Musolino
2018-12-13mergeAlex Musolino