Switched from Rainloop to SnappyMail since it seems to be abandoned

This commit is contained in:
2022-09-06 22:48:05 +02:00
parent 56e36c1ddc
commit 290f40319f
10 changed files with 113 additions and 170 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/ash
##Script for updating OfflineIMAP3
NewOfflineIMAPVer=$(curl -s https://api.github.com/repos/OfflineIMAP/offlineimap3/tags | grep 'name.*' |head -n 1 | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")
NewOfflineIMAPVer=$(curl -s https://api.github.com/repos/OfflineIMAP/offlineimap3/tags | grep 'name.*' |head -n 1 | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " " | tr -d : )
printf "OfflineIMAP: checking for upgrades... "