Skip to content

vacuum-im/gmailnotify

Repository files navigation

INFORMATION
===========
  Gmail notifications extension plugin for Vacuum-IM 

  Authors:
    Sergey A Potapov - <[email protected]>
    Maxim Ignatenko - <[email protected]>
    Crying Angel - <[email protected]>
    Andrey Karepin - <[email protected]>
    Alexey Ivanov - <[email protected]>

  Web Site:
    https://github.com/vacuum-im/gmailnotify

  Source:
    https://github.com/vacuum-im/gmailnotify

  XMPP conference:
    xmpp:[email protected]?join

  Forum:
    http://forum.jrudevels.org/viewforum.php?f=11


BUILD AND INSTALL
=================
  Configure
  ---------
  You should use the same settings, as at vacuum build
  VACUUM_SDK_PATH - full path to vacuum SDK (for defaults look into qmake/config.inc or cmake/config.cmake)

  Unix example
  ------------
  qmake VACUUM_SDK_PATH="/usr/include/vacuum" CONFIG-=debug CONFIG-=debug_and_install
  make
  sudo make install

  Windows example
  ---------------
  qmake VACUUM_SDK_PATH="c:/vacuum/sdk" CONFIG-=debug CONFIG-=debug_and_install
  nmake
  nmake install


CHANGELOG
=========
  LEGEND: [+]-New feature [*]-Enhancement [-]-Bug fix

  v1.0.4
  ------
  [*] Fixed a bug when an empty email subject.
  
  v1.0.4
  ------
  [*] Vacuum-IM SDK updates support.
  
  v1.0.3
  ------
  [*] Changes based on the analysis code by PVS-Studio.

  v1.0.2
  ------
  [*] Fully changes build and install systems

  v1.0.2
  ------
  [*] Added icons in the notifications settings.

  v1.0.0
  ------
  [!] Initial version of GMail notifications