mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
13 lines
255 B
Go
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) {
|
|
|
|
}
|