File: README

package info (click to toggle)
freepops 0.2.7-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,464 kB
  • ctags: 2,677
  • sloc: ansic: 16,571; sh: 1,781; makefile: 1,127; cpp: 350
file content (25 lines) | stat: -rw-r--r-- 972 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
                             ___________________
                            /                  /\
                           /     FreePOPs     / /
                          /__________________/ /
			  \__________________\/

* What is this? *

  FreePOPs is an extensible pop3 server. Its main purpose is to provide a pop3
  interface to a webmail. 

* Source organization

  modules/ contains libs needed by freepops. Most are simple, some are
    vanilla distributions of other softwares, in tar.gz format, with a patch,
    others are bindings for lua of other modules, some are simply .lua files
    collections.
  src/ contains the C main code that makes no sense to put in a library
  src/lua/ contains .lua files needed at runtime by freepops.
  updater-ui/ contains some user interfaces for the updater
  config generated by ./configure.sh
  config.h edit to change global #defines
  config.lua edit to configure plugin settings
  scripts/ miscellaneous scripts