mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
Other: Ensure SMTP debug dump works on windows
This commit is contained in:
@ -44,5 +44,5 @@ func debugDumpToDisk(b []byte) error {
|
||||
}
|
||||
|
||||
func getFileName() string {
|
||||
return time.Now().Format(time.RFC3339Nano) + "_smtp_debug.eml"
|
||||
return fmt.Sprintf("smtp_debug_%v.eml", time.Now().Unix())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user