119 lines
5.0 KiB
Plaintext
119 lines
5.0 KiB
Plaintext
{<<"links">>,
|
|
[{<<"Changelog">>,
|
|
<<"https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md">>},
|
|
{<<"GitHub">>,<<"https://github.com/swoosh/swoosh">>}]}.
|
|
{<<"name">>,<<"swoosh">>}.
|
|
{<<"version">>,<<"1.15.3">>}.
|
|
{<<"description">>,
|
|
<<"Compose, deliver and test your emails easily in Elixir. Supports SMTP,\nSendgrid, Mandrill, Postmark, Mailgun and many more out of the box.\nPreview your emails in the browser. Test your email sending code.">>}.
|
|
{<<"elixir">>,<<"~> 1.13">>}.
|
|
{<<"app">>,<<"swoosh">>}.
|
|
{<<"licenses">>,[<<"MIT">>]}.
|
|
{<<"requirements">>,
|
|
[[{<<"name">>,<<"mime">>},
|
|
{<<"app">>,<<"mime">>},
|
|
{<<"optional">>,false},
|
|
{<<"requirement">>,<<"~> 1.1 or ~> 2.0">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"jason">>},
|
|
{<<"app">>,<<"jason">>},
|
|
{<<"optional">>,false},
|
|
{<<"requirement">>,<<"~> 1.0">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"telemetry">>},
|
|
{<<"app">>,<<"telemetry">>},
|
|
{<<"optional">>,false},
|
|
{<<"requirement">>,<<"~> 0.4.2 or ~> 1.0">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"hackney">>},
|
|
{<<"app">>,<<"hackney">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 1.9">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"finch">>},
|
|
{<<"app">>,<<"finch">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 0.6">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"req">>},
|
|
{<<"app">>,<<"req">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 0.4 or ~> 1.0">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"mail">>},
|
|
{<<"app">>,<<"mail">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 0.2">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"gen_smtp">>},
|
|
{<<"app">>,<<"gen_smtp">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 0.13 or ~> 1.0">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"cowboy">>},
|
|
{<<"app">>,<<"cowboy">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 1.1 or ~> 2.4">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"plug">>},
|
|
{<<"app">>,<<"plug">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 1.9">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"plug_cowboy">>},
|
|
{<<"app">>,<<"plug_cowboy">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<">= 1.0.0">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"bandit">>},
|
|
{<<"app">>,<<"bandit">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<">= 1.0.0">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"ex_aws">>},
|
|
{<<"app">>,<<"ex_aws">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 2.1">>},
|
|
{<<"repository">>,<<"hexpm">>}]]}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/swoosh.ex">>,<<"lib/plug">>,<<"lib/plug/templates">>,
|
|
<<"lib/plug/templates/mailbox_viewer">>,
|
|
<<"lib/plug/templates/mailbox_viewer/index.html.eex">>,
|
|
<<"lib/plug/mailbox_preview.ex">>,<<"lib/swoosh">>,
|
|
<<"lib/swoosh/api_client.ex">>,<<"lib/swoosh/api_client">>,
|
|
<<"lib/swoosh/api_client/hackney.ex">>,<<"lib/swoosh/api_client/req.ex">>,
|
|
<<"lib/swoosh/api_client/finch.ex">>,
|
|
<<"lib/swoosh/attachment_content_error.ex">>,<<"lib/swoosh/email.ex">>,
|
|
<<"lib/swoosh/x_test_assertions.ex">>,<<"lib/swoosh/attachment.ex">>,
|
|
<<"lib/swoosh/email">>,<<"lib/swoosh/email/render.ex">>,
|
|
<<"lib/swoosh/email/recipient.ex">>,<<"lib/swoosh/mailer.ex">>,
|
|
<<"lib/swoosh/test_assertions.ex">>,<<"lib/swoosh/adapter.ex">>,
|
|
<<"lib/swoosh/adapters">>,<<"lib/swoosh/adapters/smtp2go.ex">>,
|
|
<<"lib/swoosh/adapters/sendmail.ex">>,
|
|
<<"lib/swoosh/adapters/customer_io.ex">>,
|
|
<<"lib/swoosh/adapters/postmark.ex">>,<<"lib/swoosh/adapters/local.ex">>,
|
|
<<"lib/swoosh/adapters/xml">>,<<"lib/swoosh/adapters/xml/helpers.ex">>,
|
|
<<"lib/swoosh/adapters/mail_pace.ex">>,
|
|
<<"lib/swoosh/adapters/ex_aws_amazon_ses.ex">>,
|
|
<<"lib/swoosh/adapters/smtp.ex">>,<<"lib/swoosh/adapters/sendinblue.ex">>,
|
|
<<"lib/swoosh/adapters/gmail.ex">>,<<"lib/swoosh/adapters/mailtrap.ex">>,
|
|
<<"lib/swoosh/adapters/ms_graph.ex">>,<<"lib/swoosh/adapters/test.ex">>,
|
|
<<"lib/swoosh/adapters/brevo.ex">>,<<"lib/swoosh/adapters/scaleway.ex">>,
|
|
<<"lib/swoosh/adapters/socket_labs.ex">>,
|
|
<<"lib/swoosh/adapters/logger.ex">>,<<"lib/swoosh/adapters/mailjet.ex">>,
|
|
<<"lib/swoosh/adapters/oh_my_smtp.ex">>,
|
|
<<"lib/swoosh/adapters/sparkpost.ex">>,<<"lib/swoosh/adapters/smtp">>,
|
|
<<"lib/swoosh/adapters/smtp/helpers.ex">>,<<"lib/swoosh/adapters/dyn.ex">>,
|
|
<<"lib/swoosh/adapters/amazon_ses.ex">>,
|
|
<<"lib/swoosh/adapters/mailgun.ex">>,<<"lib/swoosh/adapters/local">>,
|
|
<<"lib/swoosh/adapters/local/storage">>,
|
|
<<"lib/swoosh/adapters/local/storage/memory.ex">>,
|
|
<<"lib/swoosh/adapters/local/storage/manager.ex">>,
|
|
<<"lib/swoosh/adapters/sendgrid.ex">>,
|
|
<<"lib/swoosh/adapters/proton_bridge.ex">>,
|
|
<<"lib/swoosh/adapters/mandrill.ex">>,<<"lib/swoosh/delivery_error.ex">>,
|
|
<<"lib/swoosh/application.ex">>,<<"lib/mix">>,<<"lib/mix/tasks">>,
|
|
<<"lib/mix/tasks/swoosh.mailbox.server.ex">>,<<".formatter.exs">>,
|
|
<<"mix.exs">>,<<"README.md">>,<<"LICENSE.txt">>,<<"CHANGELOG.md">>]}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|