- 23 Nov, 2000 1 commit
-
-
- 18 Nov, 2000 2 commits
-
-
- 16 Nov, 2000 1 commit
-
-
- 15 Nov, 2000 3 commits
-
-
-
the count that would have been written, the latter is C99 conformant but the former is also in wide use since snprintf () was not part of ANSI C, or posix.
Alain Magloire authored -
-
- 14 Nov, 2000 3 commits
-
-
- 13 Nov, 2000 3 commits
-
-
- 11 Nov, 2000 2 commits
-
-
- 10 Nov, 2000 3 commits
-
-
- 09 Nov, 2000 2 commits
-
-
- 30 Oct, 2000 1 commit
- 25 Oct, 2000 1 commit
-
-
- 24 Oct, 2000 6 commits
-
-
-
-
-
-
via dlopen() different type of mailboxes and mailer. For that the client must register the mailbox. So in the future we can have something like plugin ... still a hack/draft. Commited some code to be able to send mail with sendmail or via SMTP.
Alain Magloire authored
- 11 Oct, 2000 1 commit
-
-
- 16 Sep, 2000 1 commit
-
-
- 13 Sep, 2000 1 commit
-
-
- 11 Sep, 2000 2 commits
-
-
-
use threads and things like aio_*() calls. Pop in Nonblocking mode should work properly, but the price to pay is big hairy code Because we have to keep the state of the connection when return EAGAIN. There is lot of buffer copy all over the place .i.e when we come back from a EAGAIN, we have to reset the same state. We have two new files call bio.[ch] it stands for buffered I/O Saves me from a lot of read()/write() calls by bufferring a bit for me. Attribute added 3 new functions, attribute_{set,get,unset,is}userflag() to let someone else the library store certain attributes on a message. They are keep in a different place the the normal attributes.
Alain Magloire authored
-
- 07 Sep, 2000 3 commits
-
-
-
a little cleanup. Fixme talk to Jakob about the redundoncy. lib/argcv.c new function argcv_string().
Alain Magloire authored
- 06 Sep, 2000 3 commits
-
-
The compiler did not complain and everything was working as expected !!! It's behond me ... FIXME check in CFLAG gcc warning flag for unitialize vars.
Alain Magloire authored -
-
pop server base on the new API, but .. needs more testing. The new mailbox is not tested/mature enough for wide deployment. message_get_uidl: checks for X-UIDL to be compatible with qpopper and fall back to Message-ID, we need some sort of checksum or modify the header like the qpopper.
Alain Magloire authored
-
- 05 Sep, 2000 1 commit
-
-