Skip to content
  • 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
Switch branch/tag
  • mailutils
  • mailbox
  • include
  • Makefile.am
  • Sam Roberts's avatar
    Modified stream creation and opening. The *_stream_create() functions now · 69a7eacb ...
    69a7eacb
    take the specific arguments appropriate to them and setup a stream_t
    so that stream_open(), which now takes no arguments, can perform whatever
    actions are appropriate when opening that particular kind of stream.
    
    I have tested the changes with the example programs and sieve, but not with
    the imap or pop servers.
    Sam Roberts authored 2001-12-16 05:34:16 +0000
Makefile.am 286 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
noinst_HEADERS = \
address0.h \
attribute0.h \
auth0.h \
body0.h \
debug0.h \
envelope0.h \
filter0.h \
folder0.h \
header0.h \
iterator0.h \
imap0.h \
list0.h \
mailbox0.h \
mailer0.h \
message0.h \
mime0.h \
monitor0.h  \
observer0.h \
property0.h \
registrar0.h \
stream0.h \
url0.h