We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0702665 + 10087c1 commit fb79d9dCopy full SHA for fb79d9d
imapsync.sh
@@ -8,9 +8,9 @@
8
# Si plusieurs compte à synchro :
9
# compte1:mdp1:compte1newserv:mdp1newserv
10
# compte2:mdp2:compte2newserv:mdp2newserv
11
-# Version 1.0.0
+# Version 1.1.0
12
13
-VERS=1.0.0
+VERS=1.1.0
14
echo -e "\e[00;31mVersion ${VERS} -> if(Question) mailto(hamza@oblady.fr) use imapsync --help for more support\e[00m"
15
# Si besoin d'options supplementaire -> For example : --tls1 --tls2 pour activer le tls voir imapsync --help pour avoir la liste
16
# des options.
@@ -46,4 +46,4 @@ cd LOG_imapsync/
46
cp log.txt ../log_${timestamp}.txt
47
cd ../
48
cp -R LOG_imapsync LOG_impasync_${timestamp}
49
-rm -R LOG_imapsync
+rm -R LOG_imapsync
0 commit comments