- build: disable pie flag for ppc64 arch OBS-URL: https://build.opensuse.org/request/show/1227503 OBS-URL: https://build.opensuse.org/package/show/server:mail/pop?expand=0&rev=6
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Nov 30 10:11:00 UTC 2024 - Sai Karthik Karra <kskarthik@disroot.org>
|
|
|
|
- build: disable pie flag for ppc64 arch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 25 11:08:36 UTC 2024 - Sai Karthik Karra <kskarthik@disroot.org>
|
|
|
|
- Bump release version to 1
|
|
- spec: Remove buildmode=vendor as it is the default behaviour since go >= 1.14
|
|
- spec: Bump BuildRequires as per project's go.mod
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 1 20:38:22 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Use noun phrase for descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 31 07:11:00 UTC 2024 - Sai Karthik Karra <kskarthik@disroot.org>
|
|
|
|
This release includes our most requested feature, SMTP support.
|
|
|
|
With Pop v0.2.0, you can now send emails using your own SMTP server configuration.
|
|
|
|
To get started, export the following environment variables:
|
|
|
|
export POP_SMTP_HOST=smtp.gmail.com
|
|
export POP_SMTP_PORT=587
|
|
export POP_SMTP_USERNAME=azure.diamond@gmail.com
|
|
export POP_SMTP_PASSWORD=hunter2
|
|
|
|
Then, run pop and send emails like you normally would:
|