- 04 Aug, 2000 1 commit
-
-
added message_get_num_parts(), message_get_parts() message_is_mime() to have support for mime in the message objects. This will make it much more easier when doing IMAP to override the methods and use IMAP features.
Alain Magloire authored
-
- 01 Aug, 2000 4 commits
-
-
mbx_unix.c message.c include/private/io0.h include/private/mailbox0.h include/private/message0.h include/public/header.h include/public/io.h include/public/mailbox.h include/public/message.h Try new mailutils_error.h
Alain Magloire authored
- 31 Jul, 2000 1 commit
-
-
mailer.texi mailutils.texi message.texi sfrom.c.texi url.texi attribute.texi locker.texi stream.texi version.texi first draft for the new API.
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
-
- 04 Jul, 2000 7 commits
-
-
fatal typo in mbx_pop_expunge should be pmessage_count instead of message_count
Alain Magloire authored -
- 03 Jul, 2000 4 commits
-
-
include/public/header.h include/public/mailer.h add dirty/ugly support for header_set_value()
Alain Magloire authored -
shortcut for getenv(MAIL) etc ... to get the default mailbox. And could serve as a hook to Jeff/Jakob idea of config file.
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
-
- 27 Jun, 2000 1 commit
-
-
No need for those bloated url_m*() functions. url_pop parsing playing smart and nuking trailing '/'
Alain Magloire authored
-
- 23 Jun, 2000 4 commits
-
-
mbx_unixscan.c message.c include/private/message0.h include/public/io.h cleanup, finish the POP client code hopefully.
Alain Magloire authored
- 21 Jun, 2000 2 commits
-
-
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
-
- 14 Jun, 2000 1 commit
- 13 Jun, 2000 1 commit
-
-
I'm an idiot, with dup() the file table is share by the two file descriptors, So when one do mailbox_get_message() it was influencing the parsing since the offset was changing the world underneath the parsing code ... duh !! solution reopen the mailbox readonly. Thanks dave for pointing this out.
Alain Magloire authored
-
- 12 Jun, 2000 2 commits
-
-
include/private/attribute0.h include/private/body0.h include/private/mailer0.h include/private/net0.h include/private/tcp.h include/public/body.h include/public/mailer.h include/public/net.h parsing and little of networking code, making a path for Pop and IMAP.
Alain Magloire authored -
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
-
- 05 Jun, 2000 1 commit
-
-
io.h io0.h locker.c mbx_unix.c message.c message.h message0.h registrar.c registrar.h url_pop.c Typos and after a long debate merge istream_t/ostream_t to stream_t better fit to the net_t object comming.
Alain Magloire authored
-
- 02 Jun, 2000 1 commit
-
-
header_init/header_parse: free call twice for the same object. header_parse: slight modif to bail out early on non kosher header. mbx_unix.c PROGRESS_BAR event call every 10 000 lines, arbitrary. message.c was not setting the body to the right owner.
Alain Magloire authored
-
- 01 Jun, 2000 1 commit
- 31 May, 2000 1 commit
-
-
{i,o}stream_t should be using size_t for consistency. mailbox.c mailbox0.h nuke mailbox_{,un}delete() we use the attributes. mbx_unix.c When expunging keep the tmp file around if things go wrong good for debugging, but should it be this way (elm(ish))? message.c Lazy creation of floating messages in message_write()
Alain Magloire authored
-
- 30 May, 2000 2 commits
-
-
message0.h add flaoting message support. Corrected a bug in mailbox_unix_expunge
Alain Magloire authored
- 22 May, 2000 1 commit
-
-
- 20 May, 2000 1 commit
-
-