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
7d2d7ecf
...
7d2d7ecfd847406a360a7bae202f6b4f2402746e
authored
2003-10-09 23:47:36 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated.
1 parent
395750d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
7d2d7ec
2003
-
10
-
09
Alain
Magloire
Scenario
:
the
attribute_set_delete
()
use
the
header
field
"Status: d"
to
store
the
information
.
During
a
POP
session
,
if
messages
had
the
"Status: D"
,
the
messages
would
be
deleted
during
the
update
state
(
QUIT
),
not
what
is
expected
.
Only
messages
mark
deleted
with
the
command
DELE
,
should
be
deleted
.
Sergey
proposed
an
implementation
,
using
attribute_xxx_userflag
()
instead
for
delete
markers
.
*
pop3d
/
dele
.
c
:
Use
for
attribute_is_userflag
()
*
pop3d
/
list
.
c
:
Use
for
attribute_is_userflag
()
*
pop3d
/
retr
.
c
:
Use
for
attribute_is_userflag
()
*
pop3d
/
rset
.
c
:
Use
for
attribute_is_userflag
()
*
pop3d
/
top
.
c
:
Use
for
attribute_is_userflag
()
*
pop3d
/
uidl
.
c
:
Use
for
attribute_is_userflag
()
*
pop3d
/
pop3d
.
h
(
POP3_ATTRIBUTE_DELE
)
:
New
define
.
*
pop3d
/
quit
.
c
(
pop3d_fix_mark
)
:
Use
for
attribute_is_userflag
()
(
pop3d_quit
)
:
Call
to
pop3d_fix_mark
.
2003
-
10
-
07
Alain
Magloire
Reuse
the
mailutils
mu_debug_t
object
to
do
debug
tracing
...
...
Please
register
or
sign in
to post a comment