Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 00dingens/mailman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xerions/mailman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 17 files changed
  • 1 contributor

Commits on May 12, 2016

  1. Add email validator option

    Rafael Friesen committed May 12, 2016
    Copy the full SHA
    c62843c View commit details
48 changes: 24 additions & 24 deletions doc/Mailman.html
Original file line number Diff line number Diff line change
@@ -28,44 +28,44 @@
<div class="breadcrumbs">Mailman v0.1.1 &rarr; <a href="overview.html">Overview</a> &rarr; <a href="Mailman.html">Mailman</a></div>
<h1>
Mailman

</h1>

<ul class="summary_links">

<li><a href="#summary">Summary</a></li>



<li><a href="#functions_details">Functions</a></li>



</ul>






<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L1" class="view_source">Source</a>





<h2 id="summary">Summary<span class="detail_header_links"><a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a></span></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="#deliver/2">deliver(email, context)</a></td>

<td class="summary_synopsis"><p>Delivers given email and returns a Task</p>
</td>

</tr>

</table>








<section id="functions_details" class="details_list">
<h2>Functions</h2>
<section class="detail">
@@ -77,22 +77,22 @@ <h2>Functions</h2>
<a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a>
</div>
</div>

<section class="docstring">
<p>Delivers given email and returns a Task</p>

</section>
<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L14" class="view_source">Source</a>

<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L41" class="view_source">Source</a>

</section>

</section>








</section>
</body>
</html>
60 changes: 30 additions & 30 deletions docs/Mailman.Adapter.html
Original file line number Diff line number Diff line change
@@ -24,80 +24,80 @@

<h1>
Mailman.Adapter

<small>protocol</small>

</h1>

<ul class="summary_links">

<li><a href="#summary">Summary</a></li>


<li><a href="#functions_details">Functions</a></li>




<li><a href="#types_details">Types</a></li>

</ul>






<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L4" class="view_source">Source</a>





<h2 id="summary">Summary<div class="detail_header_links"><a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a></div></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="#deliver/3">deliver(context, email, message)</a></td>
<td class="summary_signature"><a href="#deliver/4">deliver(context, email, message, opts)</a></td>

</tr>

</table>





<div id="types_details" class="details_list">
<h2>Types <a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a></h2>
<div class="type_detail">
<p class="typespec" id="t:t/0">
<a href="#t:t/0">t</a> :: term
</p>

</div>

</div>





<div id="functions_details" class="details_list">
<h2>Functions</h2>
<div class="detail">
<div class="detail_header" id="deliver/3">
<span class="signature"><strong>deliver(context, email, message)</strong></span>
<div class="detail_header" id="deliver/4">
<span class="signature"><strong>deliver(context, email, message, opts)</strong></span>
<div class="detail_header_links">
<span class="detail_type">(function)</span>
<a href="#deliver/3" class="detail_link" title="Link to this function">#</a>
<a href="#deliver/4" class="detail_link" title="Link to this function">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a>
</div>
</div>

<div class="docstring"></div>

<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman.ex#L5" class="view_source">Source</a>

</div>

</div>








</div>
</body>
</html>
56 changes: 28 additions & 28 deletions docs/Mailman.ExternalSmtpAdapter.html
Original file line number Diff line number Diff line change
@@ -24,74 +24,74 @@

<h1>
Mailman.ExternalSmtpAdapter

</h1>

<ul class="summary_links">

<li><a href="#summary">Summary</a></li>


<li><a href="#functions_details">Functions</a></li>




</ul>


<div id="moduledoc" class="docstring">
<p>Adapter for sending email via external SMTP server</p>

</div>





<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman/external_smtp_adapter.ex#L1" class="view_source">Source</a>





<h2 id="summary">Summary<div class="detail_header_links"><a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a></div></h2>
<table class="summary">
<tr>
<td class="summary_signature"><a href="#deliver/3">deliver(config, email, message)</a></td>
<td class="summary_signature"><a href="#deliver/4">deliver(config, email, message, opts)</a></td>

<td class="summary_synopsis"><p>Delivers an email based on specified config</p>
</td>

</tr>

</table>








<div id="functions_details" class="details_list">
<h2>Functions</h2>
<div class="detail">
<div class="detail_header" id="deliver/3">
<span class="signature"><strong>deliver(config, email, message)</strong></span>
<div class="detail_header" id="deliver/4">
<span class="signature"><strong>deliver(config, email, message, opts)</strong></span>
<div class="detail_header_links">
<span class="detail_type">(function)</span>
<a href="#deliver/3" class="detail_link" title="Link to this function">#</a>
<a href="#deliver/4" class="detail_link" title="Link to this function">#</a>
<a class="to_top_link" href="#content" title="To the top of the page">&uarr;</a>
</div>
</div>

<div class="docstring"><p>Delivers an email based on specified config</p>
</div>

<a href="https://github.com/kamilc/mailman/blob/master/lib/mailman/external_smtp_adapter.ex#L5" class="view_source">Source</a>

</div>

</div>








</div>
</body>
</html>
Loading