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