File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
lib/g3-icap-client/src/reqmod/imap
sphinx/g3proxy/protocol/helper Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ impl<I: IdleCheck> ImapMessageAdapter<I> {
8787 header. extend_from_slice ( len_s. as_bytes ( ) ) ;
8888 header. extend_from_slice ( b"\r \n " ) ;
8989
90- header. extend_from_slice ( b"X-IMAP-Message-Size: " ) ;
91- header. extend_from_slice ( len_s. as_bytes ( ) ) ;
92- header. extend_from_slice ( b"\r \n " ) ;
93-
9490 header. extend_from_slice ( b"\r \n " ) ;
9591 header
9692 }
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ The following headers will be set in the HTTP PUT request:
2929 The ICAP server can modify the mail message but should not change the mail message size.
3030 It is recommended for the ICAP server to set Content-Length as part of the HTTP request header in it's ICAP response.
3131
32- - X-IMAP-Message-Size
33-
34- The value will be the exact size of the mail message in the IMAP APPEND command.
35-
3632The body of the HTTP PUT request will be the corresponding mail message data.
3733
3834Limitations
You can’t perform that action at this time.
0 commit comments