History log of /dovecot/src/lib-smtp/Makefile.am
Revision Date Author Comments Expand
b85d7b8561dba4072a61f6df26443896072efae9 08-Dec-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Created test-smtp-server-errors, which tests the server's error handling.

8620dc793885749c37000f11dd83b902b6844e20 08-Dec-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Created test-smtp-payload, which tests client<->server payload exchange.

56dd928c164ec5c0d1158a1760154b58c5f1f6e7 08-Dec-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented SMTP server.

8141e652481ff9db3bce36fdc1fe04c75a3ba7e3 08-Dec-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented SMTP command parser.

9051b704ca26ef833544cf006134f25cddde2525 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented test suite for client errors.

bce4997c6d58a55bf3b4fd72a6213fea6e3beae3 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Dropped old lmtp-client. It is now unused.

b3888944586654b4aa069e0db31f998e0ed8b414 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented SMTP client.

a8433392e8a5ddfe8a125716f62b2a4dc8f1f01e 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented SMTP command reply parser.

39bf54004e8ef15baa4c18c7969e87c51b8f197b 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented parsing, manipulation, and encoding for SMTP command parameters.

3e2f71514a480aef1b7288b0394d941407f36572 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented parsing and encoding for common SMTP syntax elements.

03f08e4abef2afc782069bdfef305f84e98f0922 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented parsing, manipulation and encoding of SMTP addresses.

93bedc85596ff3d4afcf010843e93030a772d5a8 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: Implemented generic parser for basic SMTP data items.

149299c7d5136a8fb425ef3cf8953026a1358002 11-Oct-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

global: Use check-local in Makefile.am instead of overriding check directly This helps with dependency problems, like running "make check" in lib-storage without "make" first would try to compile the test programs too early and fail.

/dovecot/src/anvil/Makefile.am /dovecot/src/auth/Makefile.am /dovecot/src/director/Makefile.am /dovecot/src/doveadm/Makefile.am /dovecot/src/doveadm/dsync/Makefile.am /dovecot/src/lib-charset/Makefile.am /dovecot/src/lib-compression/Makefile.am /dovecot/src/lib-dcrypt/Makefile.am /dovecot/src/lib-dict-backend/Makefile.am /dovecot/src/lib-dict/Makefile.am /dovecot/src/lib-dns/Makefile.am /dovecot/src/lib-fs/Makefile.am /dovecot/src/lib-fts/Makefile.am /dovecot/src/lib-http/Makefile.am /dovecot/src/lib-imap-client/Makefile.am /dovecot/src/lib-imap/Makefile.am /dovecot/src/lib-index/Makefile.am /dovecot/src/lib-ldap/Makefile.am /dovecot/src/lib-mail/Makefile.am /dovecot/src/lib-master/Makefile.am /dovecot/src/lib-program-client/Makefile.am /dovecot/src/lib-settings/Makefile.am Makefile.am /dovecot/src/lib-storage/Makefile.am /dovecot/src/lib/Makefile.am /dovecot/src/plugins/mail-crypt/Makefile.am /dovecot/src/plugins/pop3-migration/Makefile.am /dovecot/src/plugins/quota/Makefile.am /dovecot/src/plugins/var-expand-crypt/Makefile.am
5356717c7944a8527b6ea10ac54012887bcc9f75 05-Oct-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-smtp: smtp-submit: Made settings parseable.

807f257b0fe504662f9ccc82fdc43b775e71da28 10-Sep-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-smtp: Link with libcharset.la to avoid errors

792813592c69ddc0389b6f071d8120a7706b914d 08-Sep-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-lda: Moved smtp-submit to lib-smtp.

a4692ca37f2f670b99e8692e92064045322c42b3 01-Jan-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-lda: Moved LMTP client to lib-smtp. This makes the LMTP client available without dependency on lib-storage. For Dovecot v2.3, the newly created lib-smtp will evolve into a full client/server SMTP implementation. That will then remove the remaining SMTP code from lib-lda.