Skip to content

Releases: st3fan/dovecot-xaps-plugin

fix several compiling issues occured with 2.3.3

16 Apr 22:29
3d1c71e
Compare
Choose a tag to compare
Merge pull request #45 from freswa/master

Revert "fix compiling with 2.3.3"

Implement user lookup for alias mailboxes

18 Sep 22:39
ab9bc2b
Compare
Choose a tag to compare

There are people creating seperate mailboxes for aliases. Those have the original username set in an attribute. If a PN is triggered it would be send to the alias email which is no known by the xapsd. With this PR we allow to set the attribute from which the username can be read (optionally).

Add compatibility with macOS

13 May 17:40
Compare
Choose a tag to compare
v0.5

add another bunch of unused symbols

Implement handling of mailbox events

11 Feb 18:55
fe2e787
Compare
Choose a tag to compare
Merge pull request #31 from freswa/master

push mailbox events to the daemon

Prepare for notifications on flag changes and deletes

29 Jan 02:37
6a135f3
Compare
Choose a tag to compare
  • use push-notification plugin instead of notify (which allows easy handling of more than just NewMessage events)
  • use cmake instead of make
  • code simplification and refactoring

v0.2

01 Jan 19:19
128a61c
Compare
Choose a tag to compare

adds compatiblity with dovecot > 2.2
removes deprecated net_transmit function

v0.1

06 Sep 19:36
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
Update README.md