18 Commits

Author SHA1 Message Date
4913fe28b9 automatic version update by autodist [release 6.5.2-1mamba;Mon Dec 30 2024] 2024-12-30 22:48:57 +01:00
b416f06bc7 automatic version update by autodist [release 6.5.1-1mamba;Wed Nov 13 2024] 2024-11-13 18:55:43 +01:00
5d4272bc17 automatic version update by autodist [release 6.5.0-1mamba;Wed Oct 30 2024] 2024-10-30 20:57:58 +01:00
49f8092bf3 provide user and group vmail [release 6.4.39-2mamba;Fri Jul 26 2024] 2024-07-27 11:43:23 +02:00
13606bc995 automatic version update by autodist [release 6.4.38-1mamba;Thu Feb 01 2024] 2024-02-01 09:32:01 +01:00
78a29da417 automatic version update by autodist [release 6.4.37-1mamba;Mon Feb 27 2023] 2024-01-05 22:15:03 +01:00
380903cf51 automatic version update by autodist [release 6.4.36-1mamba;Sat Jan 28 2023] 2024-01-05 22:15:03 +01:00
8cd7bea736 automatic version update by autodist [release 6.4.35-1mamba;Wed Jan 04 2023] 2024-01-05 22:15:02 +01:00
5edb193aed automatic version update by autodist [release 6.4.34-1mamba;Sun Oct 16 2022] 2024-01-05 22:15:02 +01:00
5cffeac9a8 automatic version update by autodist [release 6.4.33-1mamba;Sat Aug 27 2022] 2024-01-05 22:15:02 +01:00
f5f86cc514 automatic version update by autodist [release 6.4.31-1mamba;Sun Jul 17 2022] 2024-01-05 22:15:02 +01:00
5412c098e1 automatic version update by autodist [release 6.4.30-1mamba;Wed Apr 27 2022] 2024-01-05 22:15:02 +01:00
3f5f0d8e00 automatic version update by autodist [release 6.4.29-1mamba;Sun Mar 20 2022] 2024-01-05 22:15:02 +01:00
a1252a08b4 automatic version update by autodist [release 6.4.28-1mamba;Sun Mar 06 2022] 2024-01-05 22:15:02 +01:00
4e28fe44ed automatic version update by autodist [release 6.4.27-1mamba;Thu Jan 27 2022] 2024-01-05 22:15:02 +01:00
8b741c73ad automatic version update by autodist [release 6.4.26-1mamba;Mon Dec 27 2021] 2024-01-05 22:15:02 +01:00
3869fdcf5f automatic version update by autodist [release 6.4.25-1mamba;Sat Dec 11 2021] 2024-01-05 22:15:02 +01:00
fecf7bf1f1 automatic version update by autodist [release 6.4.24-1mamba;Sun Nov 21 2021] 2024-01-05 22:15:02 +01:00
2 changed files with 65 additions and 2 deletions

View File

@@ -3,3 +3,4 @@
Fetchmail is a mail-retrieval and forwarding utility; it fetches mail from remote mailservers and forwards it to your local (client) machines delivery system. You can then handle the retrieved mail using normal mail user agents such as mutt(1), elm(1) or Mail(1). The fetchmail utility can be run in a daemon mode to repeatedly poll one or more systems at a specified interval.
The fetchmail program can gather mail from servers supporting any of the common mail-retrieval protocols: POP2 (legacy, to be removed from future release), POP3, IMAP2bis, IMAP4, and IMAP4rev1. It can also use the ESMTP ETRN extension and ODMR. (The RFCs describing all these protocols are listed at the end of this manual page.)

View File

@@ -5,7 +5,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: fetchmail
Version: 6.4.23
Version: 6.5.2
Release: 1mamba
Summary: A mail-retrieval and forwarding utility
Group: Applications/Networking
@@ -21,16 +21,18 @@ License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libopenssl-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: maildrop >= 1.6.3
Requires: python-tk >= 2.4.3
Requires: maildrop >= 1.6.3
Provides: user(vmail)
Provides: group(vmail)
%description
Fetchmail is a mail-retrieval and forwarding utility; it fetches mail from remote mailservers and forwards it to your local (client) machines delivery system. You can then handle the retrieved mail using normal mail user agents such as mutt(1), elm(1) or Mail(1). The fetchmail utility can be run in a daemon mode to repeatedly poll one or more systems at a specified interval.
The fetchmail program can gather mail from servers supporting any of the common mail-retrieval protocols: POP2 (legacy, to be removed from future release), POP3, IMAP2bis, IMAP4, and IMAP4rev1. It can also use the ESMTP ETRN extension and ODMR. (The RFCs describing all these protocols are listed at the end of this manual page.)
%debug_package
%prep
%setup -q
@@ -102,6 +104,66 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
#NEWS README README.NTLM README.SSL TODO
%changelog
* Mon Dec 30 2024 Automatic Build System <autodist@openmamba.org> 6.5.2-1mamba
- automatic version update by autodist
* Wed Nov 13 2024 Automatic Build System <autodist@openmamba.org> 6.5.1-1mamba
- automatic version update by autodist
* Wed Oct 30 2024 Automatic Build System <autodist@openmamba.org> 6.5.0-1mamba
- automatic version update by autodist
* Fri Jul 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.39-2mamba
- provide user and group vmail
* Sat Jul 20 2024 Automatic Build System <autodist@openmamba.org> 6.4.39-1mamba
- automatic version update by autodist
* Thu Feb 01 2024 Automatic Build System <autodist@openmamba.org> 6.4.38-1mamba
- automatic version update by autodist
* Mon Feb 27 2023 Automatic Build System <autodist@mambasoft.it> 6.4.37-1mamba
- automatic version update by autodist
* Sat Jan 28 2023 Automatic Build System <autodist@mambasoft.it> 6.4.36-1mamba
- automatic version update by autodist
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 6.4.35-1mamba
- automatic version update by autodist
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 6.4.34-1mamba
- automatic version update by autodist
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 6.4.33-1mamba
- automatic version update by autodist
* Sat Jul 30 2022 Automatic Build System <autodist@mambasoft.it> 6.4.32-1mamba
- automatic version update by autodist
* Sun Jul 17 2022 Automatic Build System <autodist@mambasoft.it> 6.4.31-1mamba
- automatic version update by autodist
* Wed Apr 27 2022 Automatic Build System <autodist@mambasoft.it> 6.4.30-1mamba
- automatic version update by autodist
* Sun Mar 20 2022 Automatic Build System <autodist@mambasoft.it> 6.4.29-1mamba
- automatic version update by autodist
* Sun Mar 06 2022 Automatic Build System <autodist@mambasoft.it> 6.4.28-1mamba
- automatic version update by autodist
* Thu Jan 27 2022 Automatic Build System <autodist@mambasoft.it> 6.4.27-1mamba
- automatic version update by autodist
* Mon Dec 27 2021 Automatic Build System <autodist@mambasoft.it> 6.4.26-1mamba
- automatic version update by autodist
* Sat Dec 11 2021 Automatic Build System <autodist@mambasoft.it> 6.4.25-1mamba
- automatic version update by autodist
* Sun Nov 21 2021 Automatic Build System <autodist@mambasoft.it> 6.4.24-1mamba
- automatic version update by autodist
* Sun Oct 31 2021 Automatic Build System <autodist@mambasoft.it> 6.4.23-1mamba
- automatic version update by autodist