main
Last change
on this file was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100644
|
File size:
548 bytes
|
Line | |
---|
1 | # -*- coding: utf-8 -*- |
---|
2 | ################################################################################# |
---|
3 | # @file adoDB_pop3_servers.py |
---|
4 | # @brief Module that manage database info about available authentication pop3 servers |
---|
5 | # @warning None |
---|
6 | # @note Use: None |
---|
7 | # @license GNU GPLv3+ |
---|
8 | # @author David Fuertes, EUPT, University of Zaragoza. |
---|
9 | # @version 1.1.0 - First version |
---|
10 | # @date 2020-08-22 |
---|
11 | ################################################################################# |
---|
12 | |
---|
13 | def get_servers(db): |
---|
14 | return db(db.pop3_servers.id>0).select() |
---|
Note: See
TracBrowser
for help on using the repository browser.