Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117428880
D187.1774832821.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1007 B
Referenced Files
None
Subscribers
None
D187.1774832821.diff
View Options
diff --git a/src/eimap.erl b/src/eimap.erl
--- a/src/eimap.erl
+++ b/src/eimap.erl
@@ -295,12 +295,7 @@
end,
{ next_state, idle, State#state{ current_command = undefined, server_id = ServerID } };
handle_info({ { posttls_capabilities, Receiver, ResponseToken }, [Capabilities] }, _StateName, #state{ server_id = ServerID, passthrough = Passthrough, passthrough_recv = PassthroughReceiver } = State) ->
- OurCapabilities =
- case binary:match(Capabilities, <<"STARTTLS">>) of
- nomatch -> <<Capabilities/binary, " STARTTLS">>;
- _ -> Capabilities
- end,
- send_hello_string(OurCapabilities, ServerID, Receiver, ResponseToken, Passthrough, PassthroughReceiver),
+ send_hello_string(Capabilities, ServerID, Receiver, ResponseToken, Passthrough, PassthroughReceiver),
{ next_state, idle, State#state{ current_command = none } };
handle_info({ { selected, MBox }, ok }, StateName, State) ->
%%lager:info("~p Selected mbox ~p", [self(), MBox]),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 1:07 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18785343
Default Alt Text
D187.1774832821.diff (1007 B)
Attached To
Mode
D187: fix crash in capabilities response handling, and don't touch the response here
Attached
Detach File
Event Timeline