summaryrefslogtreecommitdiff
path: root/src/conn-mail-notif.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-06mail notification: ensure google notification setting is correctJussi Kukkonen1-0/+58
2011-03-17use wocky_c2s_porter_register_handler_from_server() where applicableSenko Rasic1-2/+4
2011-03-15Remove never-read variables.Will Thompson1-4/+1
2011-03-10Update Wocky snapshot for wocky_porter_register_handler changesWill Thompson1-2/+3
2010-11-03Require telepathy-glib 0.13.4 and use it for MailNotificationSimon McVittie1-20/+19
2010-11-03conn_mail_notif_init: remove temporary #define and just have over-long linesSimon McVittie1-3/+4
2010-11-03MailNotification: remove unnecessary debug messagesSimon McVittie1-12/+3
2010-10-29MailNotification: use client interests instead of implementing SubscribeSimon McVittie1-158/+60
2010-10-13Merge branch 'speedup-mail-notification'Nicolas Dufresne1-0/+49
2010-10-13Some English fixesNicolas Dufresne1-3/+5
2010-10-13Mail status polling to workaround server lazinessNicolas Dufresne1-0/+47
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-19/+8
2010-05-04mail-notif: handle iq errors when querying unread mailsWill Thompson1-11/+7
2010-04-29Fix bug 27167 about RequestInboxURL empty stringNicolas Dufresne1-37/+107
2010-04-29Removed broken dirty check before sending signalNicolas Dufresne1-4/+3
2010-04-29Merge MailNotification members into private structureNicolas Dufresne1-49/+76
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-28/+29
2010-04-13Update Gabble for _stanza_build() changes.Will Thompson1-8/+8
2010-03-25Clean unread mails count when last subscriber calls Unsubscribe()Nicolas Dufresne1-0/+1
2010-03-17Fix unread mail count maxed to 30Nicolas Dufresne1-4/+11
2010-02-25Made TpDBusDaemon globally accessible by all Connection extensionNicolas Dufresne1-15/+4
2010-02-25conn-mail-notif.c: Use tp_value_array_build to simplify the codeNicolas Dufresne1-19/+6
2010-02-25Renamed structure MailsHelperData into MailThreadCollectorNicolas Dufresne1-27/+28
2010-02-25Fixed copyright year to include 2010Nicolas Dufresne1-1/+1
2010-02-25Use SelfHandle instead of username@stream_server MailAddressNicolas Dufresne1-10/+9
2010-02-25User subscriber instead of sender for var name in conn-mail-notif.cNicolas Dufresne1-21/+21
2010-02-25Don't use GNU extension operator ?: in conn-mail-notif.cNicolas Dufresne1-4/+16
2010-02-25Use g_error if we cannot allocate TpDBusDaemonNicolas Dufresne1-2/+1
2010-02-25Explain why we convert Mail id from decimal to hexadecimalNicolas Dufresne1-0/+1
2010-02-25Just use g_assert_not_reached() in conn-mail-notif.c property getterNicolas Dufresne1-1/+1
2010-02-25Use return value instead of in/out param in conn-mail-notif.cNicolas Dufresne1-15/+26
2010-02-25Use g_hash_table_steal () in conn-mail-notif.cNicolas Dufresne1-6/+4
2010-02-25Removed unneeded debug output in conn-mail-notif.cNicolas Dufresne1-7/+0
2010-02-25Remove static empty_array in conn-mail-notif.cNicolas Dufresne1-6/+10
2010-02-25Removed intl/fr from link to Google Mail extension docNicolas Dufresne1-1/+1
2010-02-25Add blank lines around each if/while in conn-mail-notif.cNicolas Dufresne1-0/+12
2010-02-25conn-mail-notif.c: Add curly braces to "else", following coding styleNicolas Dufresne1-5/+11
2010-02-25Add explicit comparison in conn-mail-notif.cNicolas Dufresne1-20/+20
2010-02-25Fixed missing space before parenthesis in conn-mail-notif.cNicolas Dufresne1-14/+14
2010-02-25Fix conn-mail-notif.c headers orderingNicolas Dufresne1-6/+6
2010-02-25Removed trailing white space introduce by mail notificationNicolas Dufresne1-6/+6
2010-02-25Update MailNotification Spec 0.19.1Nicolas Dufresne1-2/+2
2010-02-22Added MailAddress to MailNotification interfaceNicolas Dufresne1-3/+22
2010-02-22Ported to latest version MailNotification SpecNicolas Dufresne1-7/+7
2010-02-22MailNotification.Unsubscribe now returns NotAvailable errorNicolas Dufresne1-2/+6
2010-02-22MailNotification.Subscribe/Unsubscribe can now return Disconnected errorNicolas Dufresne1-0/+8
2010-02-18Bumped to latest MailNotification.DRAFTNicolas Dufresne1-39/+52
2010-02-18Ported Gabble Google Mail notification to new specNicolas Dufresne1-63/+98
2010-02-18Don't crash when attribute unread_mails HashTable is NULLNicolas Dufresne1-4/+7
2010-02-18Disable all caps if server does not support mail notificationNicolas Dufresne1-3/+8