Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

v0.2.2

Latest

Choose a tag to compare

@Slugger Slugger released this 24 Jan 16:11
· 8 commits to master since this release

Bug Fixes

  • Properly handle UTF-8 encoded attachment file names
  • Increase column widths for various metadata (file name, email addresses, etc.)

Note: There is no database upgrade mechanism (at this time). To take advantage of the wider columns for metadata, you must destroy any existing database and ensure psmtp creates a new database at start up. If you do not destroy an existing database then this version of psmtp will just continue to use the old schema. This isn't a problem per se except that you will not be able to take advantage of the wider column widths in the db schema. The psmtp database is found in $HOME/.pseudosmtp/ on all typical installations. Simply wipe this directory and all its contents before restarting this version of psmtp to force creation of a new database. Of course, doing this will destroy all existing data, but that shouldn't be a problem as this is throw away (test) data anyways.