- 01 Jun, 2001 1 commit
-
-
- 30 May, 2001 1 commit
-
-
- 24 May, 2001 1 commit
-
-
- 17 May, 2001 1 commit
-
-
- 13 May, 2001 1 commit
-
-
- 02 May, 2001 1 commit
-
-
- 14 Apr, 2001 1 commit
-
-
- 16 Feb, 2001 1 commit
-
-
- 16 Jan, 2001 1 commit
-
-
address.c mime.c misc.c: Always cast to (unsigned char) when using the ctype functions like isspace(); mbx_default.c: If _PATH_SENDMAIL not set via paths.h use "/usr/spool/mail" message.c: uidl is now <md5 . time . sequene> tcp.c: INADDR_NONE is not define on solaris define it to -1.
Alain Magloire authored
-
- 14 Jan, 2001 1 commit
-
-
When expunging check if the message as been modified, for example "X-UIDL" maybe add in the header it will now be save in the message. expunge reuse the same code of mbox_append_message(). add a new header_set_fill() to get the header of the messages form the mailbox.
Alain Magloire authored
-
- 08 Jan, 2001 1 commit
-
-
- 14 Dec, 2000 1 commit
-
-
Added the missings HAVE_CONFIG_H for certain files. message_uidl --> message_uid define _XOPEN_SOURCE 500 for GNU/Linux to get the namespace of UNIX98
Alain Magloire authored
-
- 06 Dec, 2000 1 commit
-
-
body_t etc ... Accessing member of the structure is thread-safe, a monitor/lock is use the downside the lock is grab for each modification.
Alain Magloire authored
-
- 04 Dec, 2000 1 commit
- 16 Nov, 2000 1 commit
-
-
- 15 Nov, 2000 1 commit
-
-
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 1 commit
-
-
- 13 Nov, 2000 1 commit
-
-
- 24 Oct, 2000 1 commit
-
-
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
-
- 02 Sep, 2000 1 commit
-
-
mailutils/from will use the new mailbox API mailutils/mail will use the new mailbox API to convert pop3d(still use libmailbox the old API). mailutils/mail is incomplete and should is equivalent to LEGACY mail from Unix98.
Alain Magloire authored
-
- 19 Jul, 2000 1 commit
-
-
mime.c include/private/mailbox0.h include/public/mailbox.h mbx_pop.c corrected a bug. mbx_unixscan.c corrected a subtile bug for PROGRESS.
Alain Magloire authored
-
- 03 Jul, 2000 2 commits
-
-
include/public/header.h include/public/mailer.h add dirty/ugly support for header_set_value()
Alain Magloire authored -
mbx_unix.c mbx_unixscan.c message.c mime.c trans_stream.c include/private/io0.h include/public/attribute.h include/public/auth.h include/public/body.h include/public/header.h include/public/io.h include/public/locker.h include/public/mailbox.h include/public/message.h expunge can be call safely, whithout having to close/destroy the mailbox it will readjust the message_t pointer. mailbox_t uses stream to now.
Alain Magloire authored
-
- 23 Jun, 2000 2 commits
- 21 Jun, 2000 1 commit
-
-
mbx_unix.c mbx_unixscan.c message.c mime.c tcp.c transcode.c include/private/attribute0.h include/private/io0.h include/private/mailbox0.h include/private/tcp.h include/public/attribute.h include/public/auth.h include/public/io.h include/public/mailbox.h include/public/message.h added the first basic support for pop. include/private/auth0.h move the definition of auth_t struct here. net.c include/private/net0.h include/public/net.h Overhaul change of the net_t by D. I.
Alain Magloire authored
-
- 19 Jun, 2000 1 commit
-
-
net.c tcp.c transcode.c url_pop.c include/private/io0.h include/private/url0.h include/public/attribute.h include/public/io.h include/public/mailbox.h all function *_init() rename to *_create().
Alain Magloire authored
-
- 12 Jun, 2000 1 commit
-
-
mbx_mbox.c mbx_mdir.c mbx_mh.c mbx_mmdf.c mbx_pop.c mbx_unix.c message.c mime.c registrar.c url.c url_file.c url_imap.c url_mail.c url_mbox.c url_mdir.c url_mh.c url_mmdf.c url_pop.c url_unix.c include/private/mailbox0.h include/private/mbx_imap.h include/private/mbx_mbox.h include/private/mbx_mdir.h include/private/mbx_mmdf.h include/private/mbx_pop.h include/private/mbx_unix.h include/private/message0.h include/private/mime0.h include/private/url0.h include/public/attribute.h include/public/auth.h include/public/event.h include/public/header.h include/public/io.h include/public/locker.h include/public/mailbox.h include/public/message.h include/public/mime.h include/public/registrar.h include/public/transcode.h include/public/url.h changed all the *_init to *_create(). added *_lines() functions optimisation of the parsing.
Alain Magloire authored
-
- 07 Jun, 2000 2 commits
-
-
-
do not use an owner to set the attributes. mime.c include/private/cpystr.h include/private/io0.h include/private/mailbox0.h include/private/mbx_imap.h include/private/mbx_mbox.h include/private/mbx_mdir.h include/private/mbx_mmdf.h include/private/mbx_pop.h include/private/mbx_unix.h include/private/message0.h include/private/mime0.h include/private/registrar0.h include/private/url0.h include/public/attribute.h include/public/auth.h include/public/event.h include/public/header.h include/public/io.h include/public/locker.h include/public/mailbox.h include/public/message.h include/public/mime.h include/public/registrar.h include/public/transcode.h include/public/url.h put the headers in a separate file space.
Alain Magloire authored
-