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
5c3c1861
...
5c3c18611aa7585586b79aaff7ffdc34503a66d4
authored
2003-10-06 04:43:26 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated.
1 parent
35f06ca7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
ChangeLog
mailbox/pop/pop3_dele.c
ChangeLog
View file @
5c3c186
2003
-
10
-
05
Alain
Magloire
*
examples
/
pop3client
.
c
:
A
simple
example
illustrating
the
use
of
the
low
level
POP3
function
calls
.
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_dele.c
View file @
5c3c186
...
...
@@ -29,7 +29,7 @@ mu_pop3_dele (mu_pop3_t pop3, unsigned msgno)
int
status
;
if
(
pop3
==
NULL
||
msgno
==
0
)
return
MU_ERR_INVALID_PARAMETER
;
return
EINVAL
;
switch
(
pop3
->
state
)
{
...
...
Please
register
or
sign in
to post a comment