• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Mail/H03-May-2019-3,2721,909

t/H03-May-2019-1,149900

xt/H03-May-2019-1610

ChangeLogH A D03-May-2019914 4025

MANIFESTH A D03-May-2019583 2726

META.jsonH A D03-May-20191.7 KiB6766

META.ymlH A D03-May-2019978 4140

Makefile.PLH A D03-May-20192.3 KiB9276

READMEH A D01-May-2019811 2618

README.mdH A D01-May-20192.1 KiB6042

README

1=== README for Mail-Box-POP3 version 3.005
2=   Generated on Wed May  1 12:41:28 2019 by OODoc 2.02
3
4There are various ways to install this module:
5
6 (1) if you have a command-line, you can do:
7       perl -MCPAN -e 'install <any package from this distribution>'
8
9 (2) if you use Windows, have a look at http://ppm.activestate.com/
10
11 (3) if you have downloaded this module manually (as root/administrator)
12       gzip -d Mail-Box-POP3-3.005.tar.gz
13       tar -xf Mail-Box-POP3-3.005.tar
14       cd Mail-Box-POP3-3.005
15       perl Makefile.PL
16       make          # optional
17       make test     # optional
18       make install
19
20For usage, see the included manual-pages or
21    http://search.cpan.org/dist/Mail-Box-POP3-3.005/
22
23Please report problems to
24    http://rt.cpan.org/Dist/Display.html?Queue=Mail-Box-POP3
25
26

README.md

1# distribution Mail-Box-POP3
2
3  * My extended documentation: <http://perl.overmeer.net/CPAN/>
4  * Development via GitHub: <https://github.com/markov2/perl5-Mail-Box-POP3>
5  * Download from CPAN: <ftp://ftp.cpan.org/pub/CPAN/authors/id/M/MA/MARKOV/>
6  * Indexed from CPAN: <http://search.cpan.org/~markov/Mail-Box-POP3/>
7    and <https://metacpan.org/release/Mail-Box-POP3>
8
9Until release 3.0, this module was an integral part of the Mail-Box
10distribution.  This distribution implements a client connector to a
11POP3 server.
12
13## Development &rarr; Release
14
15Important to know, is that I use an extension on POD to write the manuals.
16The "raw" unprocessed version is visible on GitHub.  It will run without
17problems, but does not contain manual-pages.
18
19Releases to CPAN are different: "raw" documentation gets removed from
20the code and translated into real POD and clean HTML.  This reformatting
21is implemented with the OODoc distribution (A name I chose before OpenOffice
22existed, sorry for the confusion)
23
24Clone from github for the "raw" version.  For instance, when you want
25to contribute a new feature.
26
27On github, you can find the processed version for each release.  But the
28better source is CPAN; to get it installed simply run:
29
30```sh
31   cpan -i Mail::Box::POP3
32```
33
34## Contributing
35
36When you want to contribute to this module, you do not need to provide
37a perfect patch... actually: it is nearly impossible to create a patch
38which I will merge without modification.  Usually, I need to adapt the
39style of code and documentation to my own strict rules.
40
41When you submit an extension, please contribute a set with
42
431. code
44
452. code documentation
46
473. regression tests in t/
48
49**Please note:**
50When you contribute in any way, you agree to transfer the copyrights to
51Mark Overmeer (you will get the honors in the code and/or ChangeLog).
52You also automatically agree that your contribution is released under
53the same license as this project: licensed as perl itself.
54
55## Copyright and License
56
57This project is free software; you can redistribute it and/or modify it
58under the same terms as Perl itself.
59See <http://dev.perl.org/licenses/>
60