1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00
Files
go-inbucket/smtpd/retention.go
2012-10-25 18:11:27 -07:00

13 lines
255 B
Go

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) {
}