mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 01:57:02 +00:00
- Wrote more unit tests to make sure filestore behaves as expected - Renamed NewFileDataStore to DefaultFileDataStore, implemented a new NewFileDataStore for unit tests. - filestore now removes entire mailbox dir when last message is deleted
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"TasksExclude": [
|
|
"pkg-build"
|
|
],
|
|
"Os": "darwin freebsd linux windows",
|
|
"Resources": {
|
|
"Include": "README*,LICENSE*,bin,etc,themes"
|
|
},
|
|
"PackageVersion": "20131013",
|
|
"PrereleaseInfo": "snapshot",
|
|
"FormatVersion": "0.8"
|
|
}
|