aboutsummaryrefslogtreecommitdiffstats
path: root/imap-send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-07Merge branch 'js/curl-off-t-fixes'Junio C Hamano1-1/+1
2025-09-26imap-send: be more careful when casting to `curl_off_t`Johannes Schindelin1-1/+1
2025-09-18Merge branch 'ag/send-email-imap-sent'Junio C Hamano1-8/+18
2025-08-12send-email: add ability to send a copy of sent emails to an IMAP folderAditya Garg1-8/+18
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-06-20imap-send: improve error messages with configuration hintsJörg Thalheim1-2/+7
2025-06-20imap-send: fix confusing 'store' terminology in error messageJörg Thalheim1-1/+1
2025-06-20Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fixJunio C Hamano1-64/+341
2025-06-20imap-send: fix minor mistakes in the logsAditya Garg1-12/+12
2025-06-20imap-send: display the destination mailbox when sending a messageAditya Garg1-2/+4
2025-06-20imap-send: display port alongwith host when git credential is invokedAditya Garg1-1/+1
2025-06-20imap-send: add ability to list the available foldersAditya Garg1-16/+82
2025-06-20imap-send: enable specifying the folder using the command lineAditya Garg1-1/+8
2025-06-20imap-send: add PLAIN authentication method to OpenSSLAditya Garg1-1/+59
2025-06-20imap-send: add support for OAuth2.0 authenticationAditya Garg1-7/+137
2025-06-20imap-send: gracefully fail if CRAM-MD5 authentication is requested without Op...Aditya Garg1-27/+39
2025-06-20imap-send: fix memory leak in case auth_cram_md5 failsAditya Garg1-1/+3
2025-06-20imap-send: fix bug causing cfg->folder being set to NULLAditya Garg1-4/+4
2025-06-04curl: fix integer variable typechecks with curl_easy_setopt()Jeff King1-3/+3
2025-03-25imap-send: explicitly verify the peer certificateJohannes Schindelin1-0/+2
2024-12-18credential: stop using `the_repository`Patrick Steinhardt1-5/+5
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-04Merge branch 'bc/drop-ancient-libcurl-and-perl'Junio C Hamano1-4/+0
2024-10-24imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsingUsman Akinyemi1-5/+8
2024-10-23git-curl-compat: remove check for curl 7.34.0brian m. carlson1-4/+0
2024-09-20Merge branch 'jk/no-openssl-with-openssl-sha1'Junio C Hamano1-3/+4
2024-09-12imap-send: handle NO_OPENSSL even when openssl existsJeff King1-3/+4
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano1-1/+1
2024-08-17imap-send: mark unused parameter in ssl_socket_connect() fallbackJeff King1-1/+1
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt1-0/+2
2024-06-07imap-send: free all_msgs strbuf in "out" labelJeff King1-1/+1
2024-06-07Merge branch 'jc/t1517-more' into jk/imap-send-plug-all-msgs-leakJunio C Hamano1-0/+1
2024-06-07imap-send: fix leaking memory in `imap_server_conf`Patrick Steinhardt1-23/+42
2024-06-07imap-send: drop global `imap_server_conf` variablePatrick Steinhardt1-27/+30
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-3/+3
2024-06-04imap-send: minimum leakfixJunio C Hamano1-0/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-6/+6
2024-05-08Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano1-1/+1
2024-04-16credential: gate new fields on capabilitybrian m. carlson1-1/+1
2024-04-15imap-send: increase command size limitRené Scharfe1-23/+12
2024-04-02imap-send: use xsnprintf to format commandRené Scharfe1-20/+4
2024-02-08Merge branch 'pb/imap-send-wo-curl-build-fix'Junio C Hamano1-0/+1
2024-02-01imap-send: add missing "strbuf.h" include under NO_CURLPhilippe Blain1-0/+1
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-2/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-12-20Merge branch 'jk/config-cleanup'Junio C Hamano1-1/+1
2023-12-09config: use config_error_nonbool() instead of custom messagesJeff King1-1/+1
2023-12-09imap-send: don't use git_die_config() inside callbackJeff King1-1/+1
2023-11-26doc: switch links to httpsJosh Soref1-1/+1