Commit e04a3a5
committed
net_imap: Increase buffer size for headers length to 32 KB.
Increase buffer used for all headers for FETCH response 4x from
8,192 to 32,768. This still isn't foolproof, but should work
better, short of using a dynamically resized buffer for this
operation. (At the very least, this buffer size is sufficient
to handle all of my 300,000+ archived messages.)1 parent ce09f17 commit e04a3a5
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
266 | 270 | | |
267 | 271 | | |
268 | 272 | | |
| |||
0 commit comments