1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-21 19:47:03 +00:00

Start retention code/unit tests

This commit is contained in:
James Hillyerd
2012-10-25 18:11:27 -07:00
parent 45e1995d17
commit b665612190
2 changed files with 136 additions and 0 deletions

12
smtpd/retention.go Normal file
View File

@@ -0,0 +1,12 @@
package smtpd
import (
//"github.com/jhillyerd/inbucket/config"
//"github.com/jhillyerd/inbucket/log"
// "io/ioutil"
)
// retentionScan does a single pass of all mailboxes looking for messages that can be purged
func retentionScan(ds *DataStore) {
}