Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ad855c91
...
ad855c91be194b6ecbd4dfd44a7a322969727d32
authored
2003-10-06 03:15:05 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated.
1 parent
3f0aa410
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
ChangeLog
doc/texinfo/pop3.texi
ChangeLog
View file @
ad855c9
2003
-
10
-
05
Alain
Magloire
Implementation
of
the
lower
level
functions
for
POP3
in
a
separate
library
.
This
the
first
draft
,
the
code
is
not
yet
enable
in
the
Makefile
.
am
*
mailbox
/
pop
/
pop3_apop
.
c
:
APOP
*
mailbox
/
pop
/
pop3_capa
.
c
:
CAPA
*
mailbox
/
pop
/
pop3_carrier
.
c
:
TCP
stream
.
*
mailbox
/
pop
/
pop3_connect
.
c
:
*
mailbox
/
pop
/
pop3_create
.
c
:
*
mailbox
/
pop
/
pop3_debug
.
c
:
*
mailbox
/
pop
/
pop3_dele
.
c
:
DELE
*
mailbox
/
pop
/
pop3_destroy
.
c
:
*
mailbox
/
pop
/
pop3_disconnect
.
c
:
*
mailbox
/
pop
/
pop3_lista
.
c
:
LIST
*
mailbox
/
pop
/
pop3_list
.
c
:
LIST
*
mailbox
/
pop
/
pop3_noop
.
c
:
NOOP
*
mailbox
/
pop
/
pop3_pass
.
c
:
PASS
*
mailbox
/
pop
/
pop3_quit
.
c
:
QUIT
*
mailbox
/
pop
/
pop3_readline
.
c
:
*
mailbox
/
pop
/
pop3_response
.
c
:
*
mailbox
/
pop
/
pop3_retr
.
c
:
RETR
*
mailbox
/
pop
/
pop3_rset
.
c
:
RSET
*
mailbox
/
pop
/
pop3_sendline
.
c
:
*
mailbox
/
pop
/
pop3_stat
.
c
:
STAT
*
mailbox
/
pop
/
pop3_stream
.
c
:
*
mailbox
/
pop
/
pop3_timeout
.
c
:
*
mailbox
/
pop
/
pop3_top
.
c
:
TOP
*
mailbox
/
pop
/
pop3_uidl
.
c
:
UIDL
*
mailbox
/
pop
/
pop3_uidla
.
c
:
UIDL
*
mailbox
/
pop
/
pop3_user
.
c
:
USER
*
include
/
mailutils
/
pop3
.
h
:
Declaration
of
the
public
functions
.
*
include
/
mailutils
/
sys
/
pop3
.
h
:
Declaration
of
the
internal
functions
and
structures
.
*
doc
/
texinfo
/
pop3
.
texi
:
updated
.
2003
-
10
-
05
Alain
Magloire
When
list_destroy
()
is
called
,
we
need
to
provide
also
a
way
to
free
the
item
is
necessary
.
To
do
this
we
added
a
new
function
:
...
...
doc/texinfo/pop3.texi
View file @
ad855c9
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment