Closed maaslalani closed 7 months ago
Added Functionality
saveTmp
sendEmailCmd
Modified Files
email.go
go.work
Removed Files
go.work.sum
Updated Timing
Update
Model
Added Functionality
saveTmp
to store a string in a temporary file. This function returns the path of the created file.sendEmailCmd
function to use the newsaveTmp
function to save email bodies temporarily.Modified Files
email.go
file to include the newsaveTmp
function and use it in thesendEmailCmd
function.go.work
file to remove a dependency.Removed Files
go.work.sum
file, which contained information about dependencies.Updated Timing
Update
method of theModel
struct.