Change #246422
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Wed 22 Oct 2025 14:12:07 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | fb6a4802d7a76d8e36652bedbf6c03270b541974 |
Comments
imap: parse and use UIDVALIDITY as a number Instead of a string. Saves a malloc, adds earlier format check. RFC 3501 section 2.3.1.1 documents the value as a 32-bit value. Closes #19188
Changed files
- lib/imap.c