forked from Silverfish/proton-bridge
Other(debug): Dump raw SMTP input to user's home dir
This commit is contained in:
@ -19,4 +19,6 @@
|
||||
|
||||
package user
|
||||
|
||||
func debugDumpToDisk(b []byte) {}
|
||||
func debugDumpToDisk(b []byte) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user