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:
12
smtpd/retention.go
Normal file
12
smtpd/retention.go
Normal 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) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user