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
5a38250f
...
5a38250f6a77b12483df3ef4a1eb9e218ec7d8e8
authored
2004-06-03 22:16:33 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
9054dbcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
5a38250
2004
-
06
-
04
Sergey
Poznyakoff
Use
adbstract
transport
layer
in
streams
,
instead
of
integer
file
descriptors
.
Among
other
things
,
this
fixes
a
long
standing
bug
in
imap4d
:
now
it
can
use
SASL
over
TLS
.
*
auth
/
gsasl
.
c
:
Use
stream
transport
instead
of
fd
.
*
auth
/
tls
.
c
:
Likewise
.
*
pop3d
/
extra
.
c
:
Likewise
.
*
include
/
mailutils
/
types
.
h
(
mu_transport_t
)
:
New
data
type
*
include
/
mailutils
/
gsasl
.
h
(
gsasl_stream_create
)
:
Changed
prototype
*
include
/
mailutils
/
tls
.
h
(
tls_stream_create
)
(
tls_stream_create_client
)
:
Changed
prototype
*
include
/
mailutils
/
mutil
.
h
(
mu_fd_wait
)
:
New
function
*
include
/
mailutils
/
stream
.
h
(
stream_get_fd
)
(
stream_get_fd2
,
stream_set_fd
)
:
Removed
(
stream_get_transport2
,
stream_get_transport
)
(
stream_wait
,
stream_set_get_transport2
)
(
stream_set_wait
)
:
New
functions
*
mailbox
/
stream
.
c
:
Likewise
*
mailbox
/
include
/
stream0
.
h
(
struct
_stream
.
_get_fd
)
:
Removed
(
_get_transport2
,
_wait
)
:
New
methods
*
examples
/
http
.
c
:
Use
new
stream
functions
*
imap4d
/
auth_gsasl
.
c
:
Likewise
*
imap4d
/
util
.
c
:
Likewise
*
libsieve
/
extensions
/
spamd
.
c
:
Likewise
*
mailbox
/
body
.
c
:
Likewise
*
mailbox
/
file_stream
.
c
:
Likewise
*
mailbox
/
filter
.
c
:
Likewise
*
mailbox
/
mapfile_stream
.
c
:
Likewise
*
mailbox
/
message
.
c
:
Likewise
*
mailbox
/
mime
.
c
:
Likewise
*
mailbox
/
mutil
.
c
:
Likewise
*
mailbox
/
tcp
.
c
:
Likewise
*
mailbox
/
imap
/
mbox
.
c
:
Likewise
*
mailbox
/
mbox
/
mbox
.
c
:
Likewise
*
mailbox
/
pop
/
mbox
.
c
:
Likewise
*
mailbox
/
pop
/
pop3_readline
.
c
:
Likewise
*
mailbox
/
pop
/
pop3_sendline
.
c
:
Likewise
*
mh
/
mhn
.
c
:
Likewise
*
examples
/
http
.
c
:
Likewise
*
imap4d
/
idle
.
c
:
Likewise
*
include
/
mailutils
/
sys
/
pop3
.
h
:
Likewise
*
mail
/
file
.
c
(
mail_file
)
:
minor
fix
*
mailbox
/
folder
.
c
:
minor
fix
*
mailbox
/
mailcap
.
c
:
minor
fix
2004
-
06
-
02
Sergey
Poznyakoff
*
configure
.
ac
:
Raised
version
number
to
0
.
4
.
90
...
...
Please
register
or
sign in
to post a comment