index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
imap-send.c
Age
Commit message (
Expand
)
Author
2026-03-11
imap-send: move common code into function host_matches()
Beat Bolli
2026-03-11
imap-send: use the OpenSSL API to access the subject common name
Beat Bolli
2026-03-11
imap-send: use the OpenSSL API to access the subject alternative names
Beat Bolli
2025-10-07
Merge branch 'js/curl-off-t-fixes'
Junio C Hamano
2025-09-26
imap-send: be more careful when casting to `curl_off_t`
Johannes Schindelin
2025-09-18
Merge branch 'ag/send-email-imap-sent'
Junio C Hamano
2025-08-12
send-email: add ability to send a copy of sent emails to an IMAP folder
Aditya Garg
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-06-20
imap-send: improve error messages with configuration hints
Jörg Thalheim
2025-06-20
imap-send: fix confusing 'store' terminology in error message
Jörg Thalheim
2025-06-20
Merge branch 'ag/imap-send-resurrection' into jt/imap-send-message-fix
Junio C Hamano
2025-06-20
imap-send: fix minor mistakes in the logs
Aditya Garg
2025-06-20
imap-send: display the destination mailbox when sending a message
Aditya Garg
2025-06-20
imap-send: display port alongwith host when git credential is invoked
Aditya Garg
2025-06-20
imap-send: add ability to list the available folders
Aditya Garg
2025-06-20
imap-send: enable specifying the folder using the command line
Aditya Garg
2025-06-20
imap-send: add PLAIN authentication method to OpenSSL
Aditya Garg
2025-06-20
imap-send: add support for OAuth2.0 authentication
Aditya Garg
2025-06-20
imap-send: gracefully fail if CRAM-MD5 authentication is requested without Op...
Aditya Garg
2025-06-20
imap-send: fix memory leak in case auth_cram_md5 fails
Aditya Garg
2025-06-20
imap-send: fix bug causing cfg->folder being set to NULL
Aditya Garg
2025-06-04
curl: fix integer variable typechecks with curl_easy_setopt()
Jeff King
2025-03-25
imap-send: explicitly verify the peer certificate
Johannes Schindelin
2024-12-18
credential: stop using `the_repository`
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-04
Merge branch 'bc/drop-ancient-libcurl-and-perl'
Junio C Hamano
2024-10-24
imap: replace atoi() with strtol_i() for UIDVALIDITY and UIDNEXT parsing
Usman Akinyemi
2024-10-23
git-curl-compat: remove check for curl 7.34.0
brian m. carlson
2024-09-20
Merge branch 'jk/no-openssl-with-openssl-sha1'
Junio C Hamano
2024-09-12
imap-send: handle NO_OPENSSL even when openssl exists
Jeff King
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
2024-08-17
imap-send: mark unused parameter in ssl_socket_connect() fallback
Jeff King
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2024-06-07
imap-send: free all_msgs strbuf in "out" label
Jeff King
2024-06-07
Merge branch 'jc/t1517-more' into jk/imap-send-plug-all-msgs-leak
Junio C Hamano
2024-06-07
imap-send: fix leaking memory in `imap_server_conf`
Patrick Steinhardt
2024-06-07
imap-send: drop global `imap_server_conf` variable
Patrick Steinhardt
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-04
imap-send: minimum leakfix
Junio C Hamano
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-08
Merge branch 'bc/credential-scheme-enhancement'
Junio C Hamano
2024-04-16
credential: gate new fields on capability
brian m. carlson
2024-04-15
imap-send: increase command size limit
René Scharfe
2024-04-02
imap-send: use xsnprintf to format command
René Scharfe
2024-02-08
Merge branch 'pb/imap-send-wo-curl-build-fix'
Junio C Hamano
2024-02-01
imap-send: add missing "strbuf.h" include under NO_CURL
Philippe Blain
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-20
Merge branch 'jk/config-cleanup'
Junio C Hamano
[next]