Loading docs/examples/imap-append.c +3 −1 Original line number Diff line number Diff line Loading @@ -19,10 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * Simple IMAP APPEND use * IMAP example showing how to send e-mails * </DESC> */ #include <stdio.h> #include <string.h> #include <curl/curl.h> Loading docs/examples/imap-copy.c +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * IMAP example showing how to copy an e-mail from one folder to another * </DESC> */ #include <stdio.h> #include <curl/curl.h> Loading docs/examples/imap-create.c +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * IMAP example showing how to create a new folder * </DESC> */ #include <stdio.h> #include <curl/curl.h> Loading docs/examples/imap-delete.c +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * IMAP example showing how to delete a folder * </DESC> */ #include <stdio.h> #include <curl/curl.h> Loading docs/examples/imap-examine.c +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * IMAP example showing how to obtain information about a folder * </DESC> */ #include <stdio.h> #include <curl/curl.h> Loading Loading
docs/examples/imap-append.c +3 −1 Original line number Diff line number Diff line Loading @@ -19,10 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * Simple IMAP APPEND use * IMAP example showing how to send e-mails * </DESC> */ #include <stdio.h> #include <string.h> #include <curl/curl.h> Loading
docs/examples/imap-copy.c +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * IMAP example showing how to copy an e-mail from one folder to another * </DESC> */ #include <stdio.h> #include <curl/curl.h> Loading
docs/examples/imap-create.c +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * IMAP example showing how to create a new folder * </DESC> */ #include <stdio.h> #include <curl/curl.h> Loading
docs/examples/imap-delete.c +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * IMAP example showing how to delete a folder * </DESC> */ #include <stdio.h> #include <curl/curl.h> Loading
docs/examples/imap-examine.c +7 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading @@ -19,6 +19,12 @@ * KIND, either express or implied. * ***************************************************************************/ /* <DESC> * IMAP example showing how to obtain information about a folder * </DESC> */ #include <stdio.h> #include <curl/curl.h> Loading