Commit Graph

24 Commits (38507b2e1be890f2d7603b5401d245f64613bfed)

Author SHA1 Message Date
bors[bot] f43c8c652e
Merge
2483: Introduce FETCHMAIL_ENABLED r=mergify[bot] a=DjVinnii

## What type of PR?

Enhancement

## What does this PR do?
Add `FETCHMAIL_ENABLED` to enable/disable the Fetchmail functionality in the Admin UI.

### Related issue(s)
- closes 

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


2535: fix the linux/arm/v7 build r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

The arm builder is running aarch64 ... and there is no package for arm/v7


Co-authored-by: Vincent Kling <v.kling@vinniict.nl>
Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
Vincent Kling 728afdd34a Add basic logging for FETCHMAIL_ENABLED and FETCHMAIL_DELAY
Vincent Kling 4a74cd9afe Resolve conflict
Vincent Kling 6901b0f05e Implement FETCHMAIL_ENABLED in fetchmail.py
Alexander Graf 4c1071a497
Move all requirements*.txt to base image
Alexander Graf a29f066858
Move even more python deps to base image
Will a54a784168 Update alpine-linux to 3.14.5 - Zlib security FIX
Will d02296c3bc Update alpine-linux to 3.14.4 - OpenSSL security FIX
Will b2abbc8856 update Dockerfile to alpine 3.14.3
Dimitri Huisman f7677543c6 Process code review remarks
- Moved run to bottom of Dockerfile to allow using unmodified / cached states.
- Simplified bash code in deploy.sh.
- Improved the large bash one-liner in CI.yml. It could not handle >9 for 1.x.
Dimitri Huisman 56dd70cf4a Implement versioning for CI/CD workflow (see ).
Dimitri Huisman d7d02152bb Make fetchid file not hidden.
Dimitri Huisman 92e65b33e0 Configure fetchmail to use idfile to keep track of messages.
Run fetchmail as root. This is unfortunately required because
all files are owned by root in the mailu data folder.
In the future  we must switch all images to running all
all processes with a non-root user.
Dimitri Huisman 2404cf2e3d Fix for issue
DjVinnii 225160610b Set default TZ in Dockerfiles
DjVinnii 50d76076ed Add tzdata to optional
Florent Daigniere d7c2b510c7 Give alpine 3.14.2 a shot
Florent Daigniere 420afa53f8 Upgrade to alpine 3.14
cbachert 72a9ec5b7c Fix extract_host_port port separation
Regex quantifier should be lazy to make port separation work.
Richard Gomes b414757ff8 Fix hardcoded reference to admin container.
ofthesun9 e8b72099a7 Switching to alpine:3.12 and use fetchmail from alpine repository
alpine3:12 provides fetchmail 6.4.5, so building fetchmail from alpha branch
is not needed anymore (ssl wrapped mode issue fixed) since 6.4.2
Alexander A. Klimov 313e98c1a2 fetchmail: print unhandled exceptions, but don't crash
refs 
kaiyou 7507345ce9 Fix encoding of custom fields in fetchmailrc
Tim Möhlmann 4e4b071fb0
Move services into core and optional