Initial import
commit1ce474e55a431f7a6dc6159429c59aeb94e0292a
authorRoberto Branciforti <r.branciforti@sehitaly.com>
Mon, 28 Mar 2011 11:53:53 +0000 (28 13:53 +0200)
committerRoberto Branciforti <r.branciforti@sehitaly.com>
Mon, 28 Mar 2011 11:53:53 +0000 (28 13:53 +0200)
tree6cc30c34a56f4c0668c72c044a758efd663e8b7c
Initial import
38 files changed:
Makefile [new file with mode: 0644]
src/md5/Makefile [new file with mode: 0644]
src/md5/md5.c [new file with mode: 0644]
src/md5/md5.h [new file with mode: 0644]
src/md5/md5_utils.c [new file with mode: 0644]
src/md5/md5_utils.h [new file with mode: 0644]
src/md5/test_md5_file.c [new file with mode: 0644]
src/md5/test_md5_string.c [new file with mode: 0644]
src/md5/test_md5_vectors.c [new file with mode: 0644]
src/network/Makefile [new file with mode: 0644]
src/network/TODO [new file with mode: 0644]
src/network/pop3.c [new file with mode: 0644]
src/network/pop3.h [new file with mode: 0644]
src/network/secrets.h [new file with mode: 0644]
src/network/secrets_seh.h [new file with mode: 0644]
src/network/socket.c [new file with mode: 0644]
src/network/socket.h [new file with mode: 0644]
src/network/socket_io.c [new file with mode: 0644]
src/network/socket_io.h [new file with mode: 0644]
src/network/test_pop3.c [new file with mode: 0644]
src/network/test_pop3_retr.c [new file with mode: 0644]
src/network/test_socket.c [new file with mode: 0644]
src/utils/Makefile [new file with mode: 0644]
src/utils/file_utils.c [new file with mode: 0644]
src/utils/file_utils.h [new file with mode: 0644]
src/utils/icons_utils.c [new file with mode: 0644]
src/utils/icons_utils.h [new file with mode: 0644]
src/utils/icons_utils.o [new file with mode: 0644]
src/utils/list.h [new file with mode: 0644]
src/utils/rfc2047.c [new file with mode: 0644]
src/utils/rfc2047.h [new file with mode: 0644]
src/utils/rfc5322.c [new file with mode: 0644]
src/utils/rfc5322.h [new file with mode: 0644]
src/utils/rfc822.c [new file with mode: 0644]
src/utils/rfc822.h [new file with mode: 0644]
src/utils/rfc822_parsedt.c [new file with mode: 0644]
src/utils/string_utils.c [new file with mode: 0644]
src/utils/string_utils.h [new file with mode: 0644]