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
  • doc
  • Makefile.am
  • Alain Magloire's avatar
    Makefile.am auth.texi body.texi headers.texi mailbox.texi · 13350f03 ...
    13350f03
     	mailer.texi mailutils.texi message.texi sfrom.c.texi url.texi
     	attribute.texi locker.texi stream.texi version.texi
    
    first draft for the new API.
    Alain Magloire authored 2000-07-31 00:20:34 +0000
Makefile.am 307 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
info_TEXINFOS = \
 mailutils.texi 

EXTRA_DIST = \
 rfc1734.txt \
 rfc1939.txt \
 rfc1957.txt \
 rfc2060.txt \
 rfc2449.txt \
 attribute.texi \
 auth.texi \
 body.texi \
 encoding.texi \
 headers.texi \
 locker.texi \
 mailbox.texi \
 mailer.texi \
 sfrom.c.texi \
 stream.texi \
 url.texi \
 version.texi