Releases: razziel89/go-imapgrab
0.7.6
0.7.5
This release contains updated dependencies.
0.7.4
Changelog
This release contains updated dependencies.
0.7.3
Changelog
This is a small release that contains updated dependencies. This release is recommended for all users. The release text of the 0.7.0 release follows:
This release contains a new, major feature: a browser-based graphical user interface accessible via the ui command. The UI exposes all of go-imapgrab
's functionality. Information about mailboxes is kept in a config file.
0.7.2
Changelog
This is a small release that helps prevent accidental deletion of a mailbox via the UI by guarding deletion by an additional checkbox. The release text of the 0.7.0 release follows:
This release contains a new, major feature: a browser-based graphical user interface accessible via the ui command. The UI exposes all of go-imapgrab
's functionality. Information about mailboxes is kept in a config file.
0.7.1
Changelog
This is a small bugfix release that fixes a problem when launching the new UI in some scenarios. The release text of the 0.7.0 release follows:
This release contains a new, major feature: a browser-based graphical user interface accessible via the ui command. The UI exposes all of go-imapgrab
's functionality. Information about mailboxes is kept in a config file.
0.7.0
Changelog
This release contains a new, major feature: a browser-based graphical user interface accessible via the ui command. The UI exposes all of go-imapgrab
's functionality. Information about mailboxes is kept in a config file.
0.6.0
Changelog
This release contains two enhancements to go-imapgrab
:
- The new
serve
command, which allows you to view your locally-stored emails using any IMAP-compatible email client (e.g. Thunderbird). Please see the command's documentation for details. - The
login
command attempts a login to the remote IMAP server before storing the credentials in the keyring. If the login fails, the credentials will not be stored, assuming that the provided password was incorrect.
0.5.2
Changelog
A bugfix for the login command making flags available again.