similar to: Constructing an array of stuff (to send multiple apple push notifications)

Displaying 20 results from an estimated 600 matches similar to: "Constructing an array of stuff (to send multiple apple push notifications)"

2020 Jan 08
2
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
Now that Apple has abandoned mail server capabilities in macOS Server.app we have to move to an open source solution. I have done this using Macports and it works well (no thanks to Apple as it never published the in 2018 promised migration info for mail services). The MacPorts Apple Push Notification variant based on a patch written a few years ago for dovecot supports APNS but it requires you
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.dovecot.org/configuration_manual/push_notification/ might be > a
2020 Jan 09
0
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
This requires the ongoing use of macOS Server (as does the patch that is part of the MacPorts port of dovecot2). The issue then is: how do you keep getting certificates for push mail if mail services have been removed from macOS Server? I can configure this today but on Oct 20, my apns certificate expires. Then what? Gerben Wierda Chess and the Art of Enterprise Architecture Mastering ArchiMate
2010 May 07
3
Frequently changing IP addresses
Hi I am a user of openVPN and am keen to explore tinc to help with a specific problem. My example - I have 10 computers all connected to internet via mobile broadband and public apns. all wan ip addresses are dynamic and change often - there is no machine or point with a static ip. I am not allowed to use any third party services like dyndns. I want each computer to continue to be able to
2008 May 28
3
Mocking objects to test Rails Controllers
Hi all, I''m currently considering the use of Mocha to aid in writing my Rails unit/functional tests. I currently have a Rails model which mixes in a series of methods to allow it to talk to an external service. The code is roughly of this form: class Person < ActiveRecord::Base include SMSNotifier def send_notification(message) send_sms(number,message) #
2020 Jan 08
0
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
I have no idea about that Mac proprietary stuff ... however, https://doc.dovecot.org/configuration_manual/push_notification/ might be a solution/workaround for you. regards, infoomatic Am 08.01.20 um 22:33 schrieb Gerben Wierda: > Now that Apple has abandoned mail server capabilities in macOS Server.app we have to move to an open source solution. I have done this using Macports and it works
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
2008 Jan 10
3
A best practices question
Hey everyone. I''ve got a best practices question. How are you guys rendering newsfeeds? We have a couple of apps where we send newsfeed items from a backend process. As such, we aren''t in the context of a controller and can''t use the rails template rendering. We''ve tried about 3 different ways to make that bearable, but aren''t having much
2009 Jan 22
0
time slider cleanup errors
I''m running OpenSolaris 10/08 snv_101b with the auto snapshot packages. I''m getting this error: /usr/lib/time-slider-cleanup -y Traceback (most recent call last): File "/usr/lib/time-slider-cleanup", line 10, in <module> main(abspath(__file__)) File "/usr/lib/../share/time-slider/lib/time_slider/cleanupmanager.py", line 363, in main
2003 Dec 27
3
Vocera Communication Badge
Hi there, yesterday I came across the "Vocera Communication Badge" and now I'd like to know if anyone here has played with that thing (or even just seen it in real life), and if a price tag can be found for this device? Too bad they don't use SIP... ;-( http://www.vocera.com/ http://www.heise.de/newsticker/data/tol-25.12.03-001/ Cheers, Philipp ** Wireless Specifications
2009 Feb 02
2
Wine certification and corporate cooperation
Is there an effort to produce a wine certification? A badge/sticker that can be placed on a product to say "also runs on Linux using wine" Or perhaps, where the OS badges are placed a little tux and glass of wine. This would give companies an easy way to get there app running on Linux and provide a reason for them to contribute to Wine. Perhaps more important even than the badge would
2009 May 04
2
Site badges / certification?
There may have been a topic like this already, but I tried all the search terms I could think of and didn't come up with anything. Apologies if this has been answered before. Is there a badges that makers of Windows software can put on their site that show the WINE compatibility rating with their software? I just had a mental image of people putting a badge with a link to their
2020 Oct 26
6
SV: Looking for a guide to collect all e-mail from the ISP mail server
>> why not just point them at a hosting service like google apps, and let google keep things up to date? Costs money, and also the problem is that gmail imposes heavy spam filters and "reputation blocks" meaning smaller providers with low email volumes, are put in the spam folder, even if they never send spam, just because their email volume is so low (ergo, they must prove they
2020 Sep 21
4
reset "replace battery" flag
Hi, We have a HP R/T 3000 G4 UPS; according to the data returned by the usbhid-ups driver, it seems to be a "badge engineered" Eaton 5PX UPS LI R 3000. We have a stubborn "Replace Battery" alarm that stays despite: - physical battery replacement - successful quick battery test, started by upscmd - successful deep battery test, started by upscmd - successful battery test,
2018 Jun 23
2
reference page for Apache test page & the project
On 23/06/18 21:03, John R. Dennison wrote: > On Fri, Jun 22, 2018 at 04:58:21PM -0700, Karsten Wade wrote: >> * Is there a better page I can point at? > 'Better' is quite subjective; however this all goes back to > > https://web.archive.org/web/20060523223519/https://www.centos.org/modules/news/article.php?storyid=127 > > and is as good of a reference as any. >
2007 May 24
3
Exception Notification Plugin Question
Hi, I have two questions re the Exception Notifier plugin (i.e. which you install via "ruby script/plugin install exception_notification") Q1 - In it''s current setup (where it uses /public/500.html) is it possible to remove the "Status: 500 Internal Server Error Content-Type: text/html" text which seems to mysteriously get place at the top of the page? Q2 -
2007 Sep 22
1
Howto customize deployment with capistrano2
My deployment requires a few extra steps after ''update_code'' and then again after ''symlink''. Until I migrated to capistrano2, I had my own deploy_with_migration task which added these steps. What would be a recommended approach to accomplish the same using capistrano2? Thanks, Helzer --~--~---------~--~----~------------~-------~--~----~ You received this
2020 Sep 30
2
reset "replace battery" flag
On Fri, Sep 25, 2020 at 11:47:42PM +0300, Manuel Wolfshant wrote: > On 9/25/20 1:36 PM, Lionel Élie Mamane wrote: >> On Thu, Sep 24, 2020 at 06:51:23PM +0300, Manuel Wolfshant wrote: >>> On 9/21/20 9:47 PM, Lionel Élie Mamane wrote: >>> We have a HP R/T 3000 G4 UPS; according to the data returned by >>> the usbhid-ups driver, it seems to be a "badge
2007 Dec 13
1
session.send_notification for emails
Hey All, I am wondering if anyone has done any work around sending emails through the API. It looks like facebooker is using part of a deprecated API, Notifications.send used to take an email part. They now have a Notifications.sendEmail call which will take recipients, subject, text part and fbml part. Looking at the code it seems like I need to add a method to the session
2020 Sep 25
2
reset "replace battery" flag
On Thu, Sep 24, 2020 at 06:51:23PM +0300, Manuel Wolfshant wrote: > On 9/21/20 9:47 PM, Lionel Élie Mamane wrote: >> We have a HP R/T 3000 G4 UPS; according to the data returned by the >> usbhid-ups driver, it seems to be a "badge engineered" Eaton 5PX >> UPS LI R 3000. >> We have a stubborn "Replace Battery" alarm that stays (...): >> The