or above -> higher

This commit is contained in:
Viktor Szakats 2026-04-21 23:51:31 +02:00
parent aa156cdc52
commit e9347d54e4
No known key found for this signature in database
31 changed files with 31 additions and 31 deletions

View file

@ -33,7 +33,7 @@
/* This is a simple example showing how to send mail using libcurl's IMAP
* capabilities.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
#define FROM "<sender@example.org>"

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to fetch mail using libcurl's IMAP
* capabilities.
*
* Note that this example requires libcurl 7.66.0 or above.
* Note that this example requires libcurl 7.66.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to copy a mail from one mailbox folder
* to another using libcurl's IMAP capabilities.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to create a new mailbox folder using
* libcurl's IMAP capabilities.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to delete an existing mailbox folder
* using libcurl's IMAP capabilities.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to obtain information about a mailbox
* folder using libcurl's IMAP capabilities via the EXAMINE command.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to fetch mail using libcurl's IMAP
* capabilities.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to list the folders within an IMAP
* mailbox.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to list the subscribed folders within
* an IMAP mailbox.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to perform a noop using libcurl's IMAP
* capabilities.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to search for new messages using
* libcurl's IMAP capabilities.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -33,7 +33,7 @@
* capabilities. It builds on the imap-fetch.c example adding transport
* security to protect the authentication details from being snooped.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to modify an existing mail using
* libcurl's IMAP capabilities with the STORE command.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -33,7 +33,7 @@
* capabilities. It builds on the imap-fetch.c example adding transport
* security to protect the authentication details from being snooped.
*
* Note that this example requires libcurl 7.30.0 or above.
* Note that this example requires libcurl 7.30.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to retrieve mail using libcurl's POP3
* capabilities.
*
* Note that this example requires libcurl 7.66.0 or above.
* Note that this example requires libcurl 7.66.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to delete an existing mail using
* libcurl's POP3 capabilities.
*
* Note that this example requires libcurl 7.26.0 or above.
* Note that this example requires libcurl 7.26.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example using libcurl's POP3 capabilities to list the
* contents of a mailbox.
*
* Note that this example requires libcurl 7.20.0 or above.
* Note that this example requires libcurl 7.20.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to perform a noop using libcurl's POP3
* capabilities.
*
* Note that this example requires libcurl 7.26.0 or above.
* Note that this example requires libcurl 7.26.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to retrieve mail using libcurl's POP3
* capabilities.
*
* Note that this example requires libcurl 7.20.0 or above.
* Note that this example requires libcurl 7.20.0 or higher.
*/
int main(void)

View file

@ -33,7 +33,7 @@
* capabilities. It builds on the pop3-retr.c example adding transport
* security to protect the authentication details from being snooped.
*
* Note that this example requires libcurl 7.20.0 or above.
* Note that this example requires libcurl 7.20.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to obtain message statistics using
* libcurl's POP3 capabilities.
*
* Note that this example requires libcurl 7.26.0 or above.
* Note that this example requires libcurl 7.26.0 or higher.
*/
int main(void)

View file

@ -33,7 +33,7 @@
* capabilities. It builds on the pop3-retr.c example adding transport
* security to protect the authentication details from being snooped.
*
* Note that this example requires libcurl 7.20.0 or above.
* Note that this example requires libcurl 7.20.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example showing how to retrieve only the headers of a mail
* using libcurl's POP3 capabilities.
*
* Note that this example requires libcurl 7.26.0 or above.
* Note that this example requires libcurl 7.26.0 or higher.
*/
int main(void)

View file

@ -32,7 +32,7 @@
/* This is a simple example using libcurl's POP3 capabilities to list the
* contents of a mailbox by unique ID.
*
* Note that this example requires libcurl 7.26.0 or above.
* Note that this example requires libcurl 7.26.0 or higher.
*/
int main(void)

View file

@ -34,7 +34,7 @@
* This is a simple example show how to send an email using libcurl's SMTP
* capabilities.
*
* Note that this example requires libcurl 7.66.0 or above.
* Note that this example requires libcurl 7.66.0 or higher.
*/
/* The libcurl options want plain addresses, the viewable headers in the mail

View file

@ -34,7 +34,7 @@
*
* Notes:
*
* 1) This example requires libcurl 7.34.0 or above.
* 1) This example requires libcurl 7.34.0 or higher.
* 2) Not all email servers support this command.
*/

View file

@ -34,7 +34,7 @@
* capabilities. For an example of using the multi interface please see
* smtp-multi.c.
*
* Note that this example requires libcurl 7.56.0 or above.
* Note that this example requires libcurl 7.56.0 or higher.
*/
#define FROM "<sender@example.org>"

View file

@ -35,7 +35,7 @@
* and, more importantly, transport security to protect the authentication
* details from being snooped.
*
* Note that this example requires libcurl 7.20.0 or above.
* Note that this example requires libcurl 7.20.0 or higher.
*/
#define FROM_MAIL "<sender@example.com>"

View file

@ -35,7 +35,7 @@
* and, more importantly, transport security to protect the authentication
* details from being snooped.
*
* Note that this example requires libcurl 7.20.0 or above.
* Note that this example requires libcurl 7.20.0 or higher.
*/
#define FROM_MAIL "<sender@example.com>"

View file

@ -35,7 +35,7 @@
*
* Notes:
*
* 1) This example requires libcurl 7.34.0 or above.
* 1) This example requires libcurl 7.34.0 or higher.
* 2) Not all email servers support this command and even if your email server
* does support it, it may respond with a 252 response code even though the
* address does not exist.

View file

@ -943,7 +943,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
dnl clang 17 or higher
if test "$compiler_num" -ge "1700"; then
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [cast-function-type-strict]) # with Apple clang it requires 16.0 or above
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [cast-function-type-strict]) # with Apple clang it requires 16.0 or higher
fi
dnl clang 19 or higher