Home | Back
2003-04-16  me <brouits@free.fr>
   Files:   objects.c (fix)

   Msg:     fix memory leaks in popdelmsg() and popcancel()

2003-04-15  Siegfried Büchele <siegfried.buechele@pruftechnik-rv.com>
   Files:   objects.c (fix)
   
   Msg:     fix memory leak in popend()

2003-04-15  me <brouits@free.fr>
   Files:   format.c, libspopc.h[.html] (add)

   Msg:     added freeuidlarray()
            added freelistarray()
            added freemsg()
            
2003-04-08  James Marjie <jidatlah@sandyvalley.net>
   Files:   Makefile (fix)
   
   Msg:     better win32 support for Makefile
   
2003-04-07  Thomas Klein <thomas.klein@lanterne.org>
   Files:   parsing.c, queries.c, libspopc.h (fix)
            format.c, libspopc.html (fix)
            
   Msg:     new dotline() function.
            Use of DOTLINE is totally deprecated.
            Bugfix for some mails, and empty mailbox.

2003-03-15  Martin Polak / me <brouits@free.fr>
   Files:   objects.c (fix)
   
   Msg:     refreshing stats and lists ins the session object
            after a mail deletion.

2003-02-25  Rong Zhang / me  <rongz@rrenterprises.on.ca>
   Files:   objects.c (fix)

   Msg:     avoid segfault in popend().
            thx to Miod and Martin

2003-02-19  Per Larsson <per.larsson@csfb.com>
   Files:   queries.c (fix)

   Msg:  fixing bug if exactly 512 chars are received.

2003-02-18  Martin Polak <mpolak@gup.jku.at>
   Files:   libspopc.h (fix)
            queries.c (fix)
            objects.c (fix)
            
   Msg:  replace some 'char*' by 'const char*'
         added #ifdef __cplusplus stuff.
   
2003-02-02  me <brouits@free.fr>
   Files:   queries.c (fix)
      Makefile (add)

   Msg:  fixed segfault when zero mail.
      now, also make "uninstall" target

2003-01-31  Thomas Klein <thomas.klein@lanterne.org>
   Files:   queries.c (add)
            parsing.c (fix)

   Msg:  Now, Socket are read with a SOCKET_TIMEOUT test
      thx to the use of 'select'. Reallocation of
      the 'recv' buffer is optimized . Also, doteline()
      is faster.
      
2002-12-23  Sir from Taiwan <chc@openfind.com.tw>
Files: parsing.c (fix)

Msg: parsing.c:dotline() better buffer consistence checking.
   
2002-12-01 me <brouits@free.fr>
Files: INSTALL (new)
README(fix)
autogen.sh (new)

Msg: use autogen.sh if you are using the CVS version
of libspopc. it will construct the configure
script.  Please help to add debug targets in
those generated Makefiles, since libspopc must
also be compiled with an EBUG #definition.
Currently, it is in old makefile.dev, and with
the 'yamd' tool. (read INSTALL please)

The configure script will always be present
only in the *public* releases of libspopc.

2002-11-30 Kuba Gregorski <gregorsk@mccnet.pl>
Files:  Makefile.am (new)
configure.ac (new)

Msg: Now should help libspopc to be  able to be
build on different unices. The old Makefile
is moved as 'makefile.dev' for the old way
of compiling and debugging libspopc.

the new generated Makefile has currently no
'debug' nor 'test' targets.

2002-11-20 me <brouits@free.fr>
Files:  session.c (fix) 128 to 512 bytes limit
queries.c (fix) idem
format.c (fix) idem

Msg: RFC 1939 said: "Responses may be up to
512 characters long, including the
terminating CRLF." cool :)

2002-11-13 Kuba Gregorski <gregorsk@mccnet.pl>
Files: format.c (fix) on *2array

Msg: 'courier imap 1.6.1 -1.7.2' +OK.*\n skip

2002-09-12 David Ansart <ansartd@caramail.com>
Files: format.c (fix(fix)) on *2array

2002-09-10 David Ansart <ansartd@caramail.com>
Files: format.c (fix)

Msg: Better '+OK.*\n ' skip on uidl2array/list2array
for worldonline.fr pop server.

2002-08-30 Jouni Kivilahti <kivilahti@exdecfinland.org>
Files: session.c (fix)
format.c (fix)
query.c (fix)
libspopc.h (fix)
Makefile (add)

Msg: Replacing every occurence of bzero() / bcopy()
to POSIX calls, such as memset() / memmove()
added specific WIN32 parts to make it on win32.

2002-07-08 me <brouits@free.fr>, Segfried Schnieders <siegie@gmx.de>
files:  
format.c (fix)
query.c (fix)
parsing.c (fix)
libspopc.h[.html] (fix)
Makefile (add)
README (fix)
doc/README (new)

Msg: Major bugfixes, new release : 0.4
quick fix to the <64B pop3_query() bug
reported by Siegfried Schnieders.
better comments, added FIXME and SUGGEST keywords.
fixed compil errors with -DEBUG
cleaned some awful parts of .h
add 'distclean' and 'debug' to Makefile
warn about mixing use of low and high API in README
some greetings in doc/README for both users and contribs


2001-12-28 me <brouits@free.fr>
Files: doc/ (new)
doc/* (new)
libspopc.h (add)
libspopc.h.html (add)
objects.c (add)

Msg: add popcancel() and popdelmsg()
to high-level API
add documentation in
AbiWord,text,StarOffice
Postscript,RichTextFormat
Kword and HTML formats.

2001-12-27 me <brouits@free.fr>

Files: COPYING.LIB (new)
test.c (rm)
examples/poptest1.c (new)
testobjects (rm)
examples/poptest2.c (new)
Makefile (add)
README (fix)

Msg: no changes to API
generation of lib in Makefile
don't want to make a shared lib

2001-12-24 me <brouits@free.fr>

Files: objects.c (new)
objects.h (new)
objects.h.html (new)
testobjects.c (new)
dont_do_that.c (new)
parsing.c (fix)
queries.c (fix)
format.c (fix)
Makefile (add)
ChangeLog (new)

Msg: Major bugfixes, new release: 0.2
added the object API
fixed bad uses of realloc()

2001-12-23 me <brouits@free.fr>

Files: queries.c (new)
parsing.c (new)
session.c (new)
format.c (new)
libspopc.h (new)
libspopc.h.html (new)
test.c (new)
Makefile (new)
install.sh (new)
README (new)

Msg: First release: 0.1
fixed low-level API