Commit graph

21 commits

Author SHA1 Message Date
Andris Reinman b94177353f Replaced SMTP with LMTP 2017-04-12 14:52:29 +03:00
Andris Reinman 90550226c0 v1.0.14 2017-04-11 00:36:22 +03:00
Andris Reinman dcc3181891 Remove or skip duplicate messages 2017-04-10 17:12:47 +03:00
Andris Reinman 5cb89fb7da Working POP3 implementation 2017-04-09 12:33:10 +03:00
Andris Reinman c9b9442de6 Added login rate limiting. Updated flags in batches. Do not index too long header values
v1.0.11
2017-04-05 20:31:06 +03:00
Andris Reinman ad486b9df8 use special fields for common flags 2017-04-04 14:46:51 +03:00
Andris Reinman e42a128ee6 use index for sorting 2017-04-04 13:30:38 +03:00
Andris Reinman 6e40ea3b77 Added mailbox paging 2017-04-03 16:59:04 +03:00
Andris Reinman fe9277bc7d Added API method to fetch message content 2017-04-03 13:39:39 +03:00
Andris Reinman e5bdf8406f Do not parse HTML and text from mimeTree 2017-04-01 20:53:25 +03:00
Andris Reinman a64be1aceb Store HTML and plaintext in DB entry 2017-04-01 20:42:59 +03:00
Andris Reinman 78a05e74ba Store HTML and plaintext in DB entry 2017-04-01 20:38:59 +03:00
Andris Reinman 00f9be4968 Store HTML and plaintext in DB entry 2017-04-01 20:29:20 +03:00
Andris Reinman 34272de1fa parse html and text 2017-04-01 20:19:00 +03:00
Andris Reinman eee6f070c3 parse html and text 2017-04-01 20:15:10 +03:00
Andris Reinman e858263381 update header search 2017-04-01 19:22:47 +03:00
Andris Reinman 2aa4f79142 Changed quota handling 2017-03-29 20:06:09 +03:00
Andris Reinman 9e5b1cf257 Added support for QUOTA extension, all users have a maximum quota set 2017-03-27 20:35:12 +03:00
Andris Reinman 845ea959be Started with QUOTA handling 2017-03-26 23:58:05 +03:00
Andris Reinman ed276c514b use userid instead of username for references in db
Fixed Delivered-To

added Received header

Added alias API method
2017-03-22 22:20:48 +02:00
Andris Reinman 43aa20d92c Slight refactoring to separate imap server context from other parts
Re-added UTF8=ACCESS
2017-03-21 20:13:31 +02:00