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

..03-May-2022-

mailbox/H03-May-2022-7258

maildir/H03-May-2022-64,16855,109

to-be-debugged-because/something-is-wrong/H03-May-2022-222185

to-be-parsed-for-test/H03-May-2022-2116

README.mdH A D22-Feb-20212.4 KiB4335

README.md

1About "set-of-emails" repository
2================================================================================
3This repository hold bounce mail collections for developing Sisimai. Email files
4in this repository are read from `make test` at p5-sisimai and rb-sisimai.
5
6
7| Directory                     | Description                                  |
8|-------------------------------|----------------------------------------------|
9| mailbox/                      | Unix mbox files                              |
10| maildir/                      | Email files                                  |
11|  - bsd/                       | A newline is LF                              |
12|  - mac/                       | A newline is CR                              |
13|  - dos/                       | A newline is CRLF                            |
14|  - err/                       | Divided email files of mailbox/mbox-0        |
15|  - not/                       | Is not a bounce mail                         |
16| to-be-debugged-becase/        | Email files for debugging                    |
17|  - reason-is-onhold/          | Reason is "onhold" in parsed results         |
18|  - reason-is-undefined/       | Reason is "undefined" in parsed results      |
19|  - sisimai-cannot-parse-yet/  | Emails could not be parsed by Sisimai        |
20|  - something-is-wrong/        | Sisimai can parse but something is wrong     |
21| to-be-parsed-for-test/        | Email files to be parsed for test            |
22
23See Also
24================================================================================
25* __Sisimai Project__ | [github.com/sisimai](https://github.com/sisimai)
26* __libsisimai.org__ | [Sisimai — A successor to bounceHammer, Library to parse error mails](https://libsisimai.org/)
27* __Perl Verson__ | [Perl version of Sisimai(Stable)](https://github.com/sisimai/p5-sisimai)
28* __Ruby verson__ | [Ruby version of Sisimai(Under the development)](https://github.com/sisimai/rb-sisimai)
29
30Author
31===============================================================================
32[@libsisimai](https://twitter.com/libsisimai)
33[@azumakuniyuki](https://twitter.com/azumakuniyuki)
34
35Copyright
36===============================================================================
37Copyright (C) 2018-2020 azumakuniyuki, All Rights Reserved.
38
39License
40===============================================================================
41This software is distributed under The BSD 2-Clause License.
42
43