search for: st3fan

Displaying 20 results from an estimated 30 matches for "st3fan".

2017 Sep 08
5
EOF from net_disconnect(fd)
I?m working on an OS project from github. There are two parts: Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon # dovecot --version 2.2.10 Both parts worked fine on CentOS 6 but I recently rebuilt them both for CentOS 7 and have run into some errors. The plugin sends a notification over a socket to the daem...
2014 Sep 05
4
Announce: Plugin for iOS Push Email support
...nterested. Please note that it is not possible to use this project without legally running a copy of OS X Server. You can purchase OS X Server on the Mac App Store or download it for free if you are a registered Mac or iOS developer. This feature is enabled by two projects: https://github.com/st3fan/dovecot-xaps-plugin <https://github.com/st3fan/dovecot-xaps-plugin> https://github.com/st3fan/dovecot-xaps-daemon <https://github.com/st3fan/dovecot-xaps-daemon> Both projects contain a README that describes how to get things going. I have only developed and tested on Ubuntu 12.04.5 so...
2015 Oct 08
1
Dovecot plugin and Push Mail
...e receives the email. Procmail uses it?s hooks to run the email through spam assassin and clamd. After than procmail hands it off to dovecot/deliver to drop it in the user?s mail box. I use the following plugin for dovecot with the daemon to provide Apple push mail for iPhones. https://github.com/st3fan/dovecot-xaps-daemon https://github.com/st3fan/dovecot-xaps-plugin For the most part, this works awesome but have run into a bit of a race issue with notification of mail in a particular instance. On my computer I use Outlook for Mac which says it supports IDLE but is broken. When an email comes...
2017 Sep 08
1
EOF from net_disconnect(fd)
...'t use net_transmit, it's going away. You should use ostream > and istream instead. > > Aki > > >> On 08.09.2017 09:29, Steffan Cline wrote: >> I?m working on an OS project from github. There are two parts: >> >> Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin >> >> Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon >> >> >> >> # dovecot --version >> >> 2.2.10 >> >> >> >> Both parts worked fine on CentOS 6 but I recently rebuilt them both...
2017 Sep 08
0
EOF from net_disconnect(fd)
On 09/08/2017 02:29 AM, Steffan Cline wrote: > I???m working on an OS project from github. There are two parts: > > Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin > > Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon > what does this have to do with dovecot? > -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world...
2017 Sep 08
0
EOF from net_disconnect(fd)
...to our wiki if it's not there. Please don't use net_transmit, it's going away. You should use ostream and istream instead. Aki On 08.09.2017 09:29, Steffan Cline wrote: > I?m working on an OS project from github. There are two parts: > > Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin > > Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon > > > > # dovecot --version > > 2.2.10 > > > > Both parts worked fine on CentOS 6 but I recently rebuilt them both for CentOS 7 and have run into some errors. > &g...
2014 Aug 30
1
Need help to compile and install a minimal dovecot imap plugin
I am trying to create a plugin that adds a new IMAP capability. So far I have this: const char *foo_plugin_version = DOVECOT_ABI_VERSION; static struct module *foo_module; static imap_client_created_func_t *next_hook_client_created; static void foo_client_created(struct client **client) { str_append((*client)->capability_string, " XFOO"); if (next_hook_client_created !=
2020 Jan 08
2
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
https://github.com/st3fan/dovecot-xaps-daemon Works PERFECTLY. I use it on CentOS 6 and 7. Thanks, Steffan Cline steffan at hldns.com 602-793-0014 > On Jan 8, 2020, at 2:39 PM, infoomatic <infoomatic at gmx.at> wrote: > > ?I have no idea about that Mac proprietary stuff ... however, > https://doc.dov...
2019 Jan 13
2
[FTS Xapian] Beta release
...y of things to do already. > > I invite you to setup your own repository and provide this plugin from there, being the maintainer of this plugin. We can add a link to your plugin on our FTS page so people can also find it. > > There are other plugins like this, e.g. https://github.com/st3fan/dovecot-xaps-plugin > > Aki > > On 13 January 2019 at 19:52 Joan Moreau <jom at grosjo.net> wrote: > > The only point here of this fts-xapian is to get rid of solr (because it > is just a nightmare to setup) and squat (because it is considere > obsolete). > &gt...
2019 Jan 13
2
[FTS Xapian] Beta release
...y of things to do already. > > I invite you to setup your own repository and provide this plugin from there, being the maintainer of this plugin. We can add a link to your plugin on our FTS page so people can also find it. > > There are other plugins like this, e.g. https://github.com/st3fan/dovecot-xaps-plugin > > Aki > > On 13 January 2019 at 19:52 Joan Moreau <jom at grosjo.net> wrote: > > The only point here of this fts-xapian is to get rid of solr (because it > is just a nightmare to setup) and squat (because it is considere > obsolete). > >...
2019 Jan 13
2
[FTS Xapian] Beta release
The only point here of this fts-xapian is to get rid of solr (because it is just a nightmare to setup) and squat (because it is considere obsolete). I already sent the changed in configure.ac, makefile.am, etc.. in order to include it in the dovecot, and it compiles properly The only remaining point is to push it in hte git (yes, everything is already done) On 2019-01-13 18:45, Aki Tuomi
2019 Jan 13
3
[FTS Xapian] Beta release
...gin as we have plenty of things to do already. I invite you to setup your own repository and provide this plugin from there, being the maintainer of this plugin. We can add a link to your plugin on our FTS page so people can also find it. There are other plugins like this, e.g. https://github.com/st3fan/dovecot-xaps-plugin I turned the code you provided into a separate plugin package. The distribution tarball is attached. Notable?changes: - Added example copyright headers and COPYING and AUTHORS files. You should modify those to your preference. - Added README and INSTALL files (in markdown usi...
2019 Jan 13
1
[FTS Xapian] Beta release
...y of things to do already. > > I invite you to setup your own repository and provide this plugin from there, being the maintainer of this plugin. We can add a link to your plugin on our FTS page so people can also find it. > > There are other plugins like this, e.g. https://github.com/st3fan/dovecot-xaps-plugin > > Aki > > On 13 January 2019 at 19:52 Joan Moreau <jom at grosjo.net> wrote: > > The only point here of this fts-xapian is to get rid of solr (because it > is just a nightmare to setup) and squat (because it is considere > obsolete). > >...
2017 Mar 29
0
Email Push to Iphone
there is this plugin to use APNS to notify phones, its a faf though as you need a legal OSX Server to generate the signing keys, I never ended up implementing it. https://github.com/st3fan/dovecot-xaps-daemon Aki Tuomi wrote on 29/03/2017 07:29: > > On 29.03.2017 07:24, mca at caloro.ch wrote: >> Hello >> >> >> >> Please exist in Dovecot 2.2.13 the E-Mail Push function? >> >> >> >> So that the Email on me Iphone are...
2019 Jan 13
0
[FTS Xapian] Beta release
...gin as we have plenty of things to do already. I invite you to setup your own repository and provide this plugin from there, being the maintainer of this plugin. We can add a link to your plugin on our FTS page so people can also find it. There are other plugins like this, e.g. https://github.com/st3fan/dovecot-xaps-plugin Aki > On 13 January 2019 at 19:52 Joan Moreau <jom at grosjo.net> wrote: > > > The only point here of this fts-xapian is to get rid of solr (because it > is just a nightmare to setup) and squat (because it is considere > obsolete). > > I alrea...
2020 Jan 23
1
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
Another concern is that Apple is planning to discontinue the binary notification-submission endpoint late this year --- it's been replaced by a (significantly nicer, IMHO) http2-based endpoint, but a quick look at the xaps daemon looks like it's using the old protocol.
2020 Jan 09
0
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
...apns certificate expires. Then what? Gerben Wierda Chess and the Art of Enterprise Architecture Mastering ArchiMate Architecture for Real Enterprises at InfoWorld On Slippery Ice at EAPJ > On 9 Jan 2020, at 00:19, Steffan Cline <steffan at hldns.com> wrote: > > ?https://github.com/st3fan/dovecot-xaps-daemon > > Works PERFECTLY. I use it on CentOS 6 and 7. > > > Thanks, > Steffan Cline > steffan at hldns.com > 602-793-0014 > >>> On Jan 8, 2020, at 2:39 PM, infoomatic <infoomatic at gmx.at> wrote: >>> >> ?I have no idea a...
2019 Jan 13
3
[FTS Xapian] Beta release
...this plugin from there, being the maintainer of this >> plugin. We can add a link to your plugin on our FTS page >> so people can also find it. >> >> There are other plugins like this, e.g. >> https://github.com/st3fan/dovecot-xaps-plugin >> >> >> I turned the code you provided into a separate plugin >> package. The distribution tarball is attached. >> >> Notable?changes: >> >> - Added example copyright headers and COPYING and AUTHORS...
2019 Jan 13
0
[FTS Xapian] Beta release
...already. > > > > I invite you to setup your own repository and provide this plugin from there, being the maintainer of this plugin. We can add a link to your plugin on our FTS page so people can also find it. > > > > There are other plugins like this, e.g. https://github.com/st3fan/dovecot-xaps-plugin > > > > Aki > > > > On 13 January 2019 at 19:52 Joan Moreau <jom at grosjo.net> wrote: > > > > The only point here of this fts-xapian is to get rid of solr (because it > > is just a nightmare to setup) and squat (because it is cons...
2019 Jan 13
0
[FTS Xapian] Beta release
...ready. > > > > I invite you to setup your own repository and provide this plugin from there, being the maintainer of this plugin. We can add a link to your plugin on our FTS page so people can also find it. > > > > There are other plugins like this, e.g. https://github.com/st3fan/dovecot-xaps-plugin > > > > Aki > > > > On 13 January 2019 at 19:52 Joan Moreau <jom at grosjo.net> wrote: > > > > The only point here of this fts-xapian is to get rid of solr (because it > > is just a nightmare to setup) and squat (because it is c...