aboutsummaryrefslogtreecommitdiff
path: root/imap-send.c
AgeCommit message (Expand)Author
2026-03-11imap-send: move common code into function host_matches()Beat Bolli
2026-03-11imap-send: use the OpenSSL API to access the subject common nameBeat Bolli
2026-03-11imap-send: use the OpenSSL API to access the subject alternative namesBeat Bolli
2025-10-07Merge branch 'js/curl-off-t-fixes'Junio C Hamano
2025-09-26imap-send: be more careful when casting to `curl_off_t`Johannes Schindelin
2025-09-18Merge branch 'ag/send-email-imap-sent'Junio C Hamano
2025-08-12send-email: add ability to send a copy of sent emails to an IMAP folderAditya Garg
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-06-20imap-send: improve error messages with configuration hintsJörg Thalheim
2025-06-20imap-send: fix confusing 'store' terminology in error messageJörg Thalheim
2025-06-20Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fixJunio C Hamano
2025-06-20imap-send: fix minor mistakes in the logsAditya Garg
2025-06-20imap-send: display the destination mailbox when sending a messageAditya Garg
2025-06-20imap-send: display port alongwith host when git credential is invokedAditya Garg
2025-06-20imap-send: add ability to list the available foldersAditya Garg
2025-06-20imap-send: enable specifying the folder using the command lineAditya Garg
2025-06-20imap-send: add PLAIN authentication method to OpenSSLAditya Garg
2025-06-20imap-send: add support for OAuth2.0 authenticationAditya Garg
2025-06-20imap-send: gracefully fail if CRAM-MD5 authentication is requested without Op...Aditya Garg
2025-06-20imap-send: fix memory leak in case auth_cram_md5 failsAditya Garg
2025-06-20imap-send: fix bug causing cfg->folder being set to NULLAditya Garg
2025-06-04curl: fix integer variable typechecks with curl_easy_setopt()Jeff King
2025-03-25imap-send: explicitly verify the peer certificateJohannes Schindelin
2024-12-18credential: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano
2024-10-24imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsingUsman Akinyemi
2024-10-23git-curl-compat: remove check for curl 7.34.0brian m. carlson
2024-09-20Merge branch 'jk/no-openssl-with-openssl-sha1'Junio C Hamano
2024-09-12imap-send: handle NO_OPENSSL even when openssl existsJeff King
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano
2024-08-17imap-send: mark unused parameter in ssl_socket_connect() fallbackJeff King
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt
2024-06-07imap-send: free all_msgs strbuf in "out" labelJeff King
2024-06-07Merge branch 'jc/t1517-more' into jk/imap-send-plug-all-msgs-leakJunio C Hamano
2024-06-07imap-send: fix leaking memory in `imap_server_conf`Patrick Steinhardt
2024-06-07imap-send: drop global `imap_server_conf` variablePatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-04imap-send: minimum leakfixJunio C Hamano
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano
2024-04-16credential: gate new fields on capabilitybrian m. carlson
2024-04-15imap-send: increase command size limitRené Scharfe
2024-04-02imap-send: use xsnprintf to format commandRené Scharfe
2024-02-08Merge branch 'pb/imap-send-wo-curl-build-fix'Junio C Hamano
2024-02-01imap-send: add missing "strbuf.h" include under NO_CURLPhilippe Blain
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-20Merge branch 'jk/config-cleanup'Junio C Hamano