Commit Graph

15 Commits (138da8e13003082424a2b97817c447cae974b6eb)

Author SHA1 Message Date
Miccah d81b6e7805
encoding.base64: change base64 function signatures to use `[]byte` () 2021-02-26 08:22:12 +02:00
zakuro f54c1a5cc2
all: add strings.Builder.write_string and use write_string instead of write () 2021-02-22 13:18:11 +02:00
Delyan Angelov e5a84719ca
all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
Daniel Däschle dbf84520f1
all: update assoc syntax () 2021-01-22 23:24:48 +01:00
Delyan Angelov d92f5c55ba
net: use mut and refs as receivers consistently () 2021-01-20 11:11:01 +01:00
Swastik Baranwal 9291fb5e0c
checker: disallow comparison between enum and int () 2021-01-08 17:41:52 +01:00
Emily Hudson 553ecf63e7
vlib/io: fix reader bugs, make read_all take a config struct () 2020-12-16 18:22:26 +01:00
Emily Hudson cd2a2cef25
vlib/net: add buffered IO, x.net -> net () 2020-11-15 22:54:47 +02:00
Delyan Angelov 28dea17065 ci: prevent Periodic failure, ensure VSMTP_TEST_USER/VSMTP_TEST_PASS are set in smtp_test.v 2020-10-13 09:22:28 +03:00
Delyan Angelov e3f7681e89 smtp_test: use `assert false return`, remove for loop 2020-07-13 18:52:46 +03:00
Delyan Angelov 97d01a5487 test: enable passing username/password through env vars to smtp_test.v 2020-07-13 18:22:36 +03:00
spaceface777 e9c144bf98
smtp: rewrite module api () 2020-07-13 16:41:23 +02:00
Nedim 8674991bac
smtp: add mail sent confirmation and tests for smtp lib () 2020-07-12 20:42:11 +03:00
Nedim 25c397f921
net.smtp: remove credentials from the test () 2020-07-11 21:19:36 +02:00
Nedim 549c4f54cd
net: implementation of SMTP RFC 2821 () 2020-07-11 21:05:24 +02:00