Hi, What is the point of doing your own mini-libc within the program? Aren't you just making it less portable and adding more code to read?
Regards, Mattias Andrée On Tue, 10 Sep 2019 15:49:19 +0000 <sylvain.bertr...@gmail.com> wrote: > Hi, > > For those who might be interested: > > I did write a lean/suckless-ish sendmail like program: > https://rocketgit.com/user/sylware/syncsm > > It is meant for devs/advanced sysadmins/very advanced users dealing themselves > with their "email server". I am currently using it (not on _this_ email > address > obviously, see below). > > Features: no libc (direct syscalls, x86_64/aarch64), "one compilation unit", > etc. > > -------- > > As some of you may already know, gogol/gmail, for many pop/smtp users, is > blocking usually once a year their email accounts asking for a > re-authentication via the google account web interface. And since recently (a > year-ish), you cannot log in anymore without a full javascript www browser, > aka > gecko|blink/webkit (all are same-same). I am still using my gmail account till > it's blocked. > > They are now way beyond evil, and are re-united with the digital > organized crime where you have microsoft/apple (irony). > > regards, >