File: MANIFEST

package info (click to toggle)
cyrus-imapd 3.6.1-4%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 80,688 kB
  • sloc: ansic: 255,928; perl: 97,730; javascript: 9,266; sh: 5,537; yacc: 2,651; cpp: 2,128; makefile: 2,099; lex: 660; xml: 621; python: 388; awk: 303; asm: 262
file content (15 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
README                  Notes on this mess
Changes                 The evolution of this weirdness
IMAP.pm                 Cyrus::IMAP: Perl interface to Cyrus imclient library
IMAP/Admin.pm           Cyrus::IMAP::Admin: administrative Cyrus functions
IMAP/Shell.pm           Cyrus::IMAP::Shell: cyradm command shell
IMAP.xs                 Perl interface routines for Cyrus library
MANIFEST                This file
Makefile.PL             Build Makefile for Cyrus::IMAP
cyrperl.h               Declarations shared between Cyrus.xs and xsutil.c
xsutil.c                Callback and utility functions for Cyrus interface
typemap                 Typemap defining IMAP_Cyrus Perl "class"
cyradm.sh               Shell script wrapper for Cyrus::IMAP::Shell
examples/auditmbox.pl   (lame) Example of Cyrus::IMAP::Admin
t/01-imclient.t         Test script for Cyrus::IMAP
t/02-admin.t            (lame) Test script for Cyrus::IMAP::Admin