Skip to content

Commit cbb7dc9

Browse files
committed
Fix not throwing exception in case of an error in sending a command to a client
Add vim formatting Fix compilation issue
1 parent 80f72c0 commit cbb7dc9

File tree

7 files changed

+219
-192
lines changed

7 files changed

+219
-192
lines changed

src/gen_smtp_client.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

src/gen_smtp_server.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

src/gen_smtp_server_session.erl

Lines changed: 213 additions & 192 deletions
Large diffs are not rendered by default.

src/mimemail.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

src/smtp_server_example.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%% @doc A simple example callback module for `gen_smtp_server_session' that also serves as
23
%% documentation for the required callback API.
34

src/smtp_socket.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Jack Danger Canty <code@jackcanty.com>. All rights reserved.
23
%%%
34
%%% Permission is hereby granted, free of charge, to any person obtaining

src/smtp_util.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)