~jonasvp/monjo/0.7

« back to all changes in this revision

Viewing changes to monitor/notifications/email.py

  • Committer: Jonas Christian
  • Date: 2008-03-13 20:52:05 UTC
  • Revision ID: code@vonposer.de-20080313205205-r95qy6yafirduhrx
- Fix typos in licensing headers
- Add POP3 service check, based on work by Lewis Bergman <lbergman@ispdone.com>. Thanks!

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Copyright 2008 by Jonas Christian <code@vonposer.de>
4
4
#
5
 
#    Foobar is free software: you can redistribute it and/or modify
 
5
#    Monjo is free software: you can redistribute it and/or modify
6
6
#   it under the terms of the GNU General Public License as published by
7
7
#   the Free Software Foundation, either version 3 of the License, or
8
8
#   (at your option) any later version.
9
9
#
10
 
#   Foobar is distributed in the hope that it will be useful,
 
10
#   Monjo is distributed in the hope that it will be useful,
11
11
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
13
#   GNU General Public License for more details.
14
14
#
15
15
#   You should have received a copy of the GNU General Public License
16
 
#   along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
 
16
#   along with Monjo.  If not, see <http://www.gnu.org/licenses/>.
17
17
 
18
18
import re
19
19
import logging