search for: last_read

Displaying 6 results from an estimated 6 matches for "last_read".

Did you mean: ast_read
2016 Nov 29
2
use IMAPSIEVE to update database with last_read date
...y using IMAP. I want to update my app?s database to record this read time for all ?notification? messages sent by the app. Seems to me I could write a short sieve script to send a ?notify? message to an app specific address that my app ?watches? and updates the appropriate database record with the last_read time. Is this workable for production deploy? Or, is there a better way for a sender to be notified when the recipient actually reads the message? The sender will be my app and the recipient is a dovecot mailbox accessed by IMAP. Kevin
2016 Nov 30
0
use IMAPSIEVE to update database with last_read date
...MAP. I want to update my app?s database to record this read time for all ?notification? messages sent by the app. > > Seems to me I could write a short sieve script to send a ?notify? message to an app specific address that my app ?watches? and updates the appropriate database record with the last_read time. > > Is this workable for production deploy? > > Or, is there a better way for a sender to be notified when the recipient actually reads the message? The sender will be my app and the recipient is a dovecot mailbox accessed by IMAP. I don't see a solution at this time. You'...
2016 Nov 30
1
use IMAPSIEVE to update database with last_read date
Op 30-11-2016 om 11:37 schreef Stephan Bosch: > > > Op 29-11-2016 om 19:29 schreef KT Walrus: >> Just noticed the Dovecot support IMAPSIEVE extension? >> >> Could I use this extension to update an external database with the >> date that the user last read the message? > > No, IMAPSieve is only triggered by modifications: APPEND, COPY, MOVE > and STORE.
2007 Oct 07
0
Rails AR/Oracle Unit Test: [7769] failed (getting worse)
...rb U activerecord/CHANGELOG Updated to revision 7769. 1) Failure: test_preserving_date_objects(BasicsTest) [./test/base_test.rb:387:in `test_preserving_date_objects'' /usr/pkg/ruby184/lib/ruby/gems/1.8/gems/mocha-0.5.1/lib/mocha/test_case_adapter.rb:19:in `run'']: The last_read attribute should be of the Time class. <Thu, 15 Apr 2004> expected to be kind_of? <Time> but was <Date>. 2) Error: test_saves_both_date_and_time(DateTimeTest): RangeError: out of range of Time (expect between 1970-01-01 00:00:00 UTC and 2037-12-31 23:59:59, but 1807-10-06 22:33...
2012 Dec 11
2
Adding additional mount info to xsl stylesheet
...source->max_listener_duration); + + const char * user_agent = httpp_getvar (source->client->parser, "user-agent"); + stats_event_args (source->mount, "user-agent", "%s", user_agent); DEBUG0("Source creation complete"); source->last_read = time (NULL); @@ -947,6 +951,8 @@ static void source_apply_mount (source_t *source, mount_proxy *mountinfo) source->max_listeners = mountinfo->max_listeners; source->fallback_override = mountinfo->fallback_override; source->hidden = mountinfo->hidden; +...
2005 Sep 13
5
acts_as_taggable 1.0.4 now gemified!
Hi Folks, The acts_as_taggable mixin is now available as a shiny gem. More details here: http://dema.ruby.com.br/articles/2005/09/13/acts-as-taggable-gemified This release features some cool additions as well. Cheers Dema -- http://dema.ruby.com.br - Rails from a .NET perspective