Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
3a4ed4aa6831
Commit
fe5226fe
authored
Apr 23, 2013
by
Sylvain Thénault
Browse files
3.15 api update. closes #2836571
parent
9ba5203e1120
Changes
6
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
3a4ed4aa
...
...
@@ -20,7 +20,7 @@ classifiers = [
]
# used packages
__depends__
=
{
'cubicweb'
:
'>= 3.
9.5
'
,
__depends__
=
{
'cubicweb'
:
'>= 3.
15.0
'
,
'cubicweb-file'
:
'>= 1.9.0'
,
'logilab-common'
:
'>= 0.58.3'
,
}
...
...
debian/control
View file @
3a4ed4aa
...
...
@@ -9,7 +9,7 @@ Homepage: http://www.cubicweb.org/project/cubicweb-email
Package: cubicweb-email
Architecture: all
Depends: cubicweb-common (>= 3.
9.5
), cubicweb-file (>= 1.9.0)
Depends: cubicweb-common (>= 3.
15.0
), cubicweb-file (>= 1.9.0)
Description: email component for the CubicWeb framework
This CubicWeb component models email messages.
.
...
...
entities.py
View file @
3a4ed4aa
"""entity classes for entity types provided by the cubicweb email package
:organization: Logilab
:copyright: 2003-201
0
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:copyright: 2003-201
3
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__
=
"restructuredtext en"
...
...
@@ -11,7 +11,8 @@ import re
from
logilab.common
import
umessage
from
cubicweb.entities
import
AnyEntity
,
fetch_config
,
adapters
from
cubicweb.selectors
import
is_instance
from
cubicweb.predicates
import
is_instance
from
cubes.email.emailcites
import
parse_body
...
...
hooks.py
View file @
3a4ed4aa
...
...
@@ -14,7 +14,7 @@ from logilab.mtconverter import TransformError
from
cubicweb
import
UnknownEid
,
typed_eid
from
cubicweb.mail
import
parse_message_id
from
cubicweb.
selector
s
import
is_instance
from
cubicweb.
predicate
s
import
is_instance
from
cubicweb.server
import
hook
...
...
views/__init__.py
View file @
3a4ed4aa
from
cubicweb.
selector
s
import
is_instance
from
cubicweb.
predicate
s
import
is_instance
from
cubicweb.web
import
uicfg
from
cubicweb.web.views
import
ibreadcrumbs
...
...
views/email.py
View file @
3a4ed4aa
...
...
@@ -9,7 +9,7 @@ _ = unicode
from
logilab.mtconverter
import
xml_escape
from
cubicweb.
selector
s
import
is_instance
from
cubicweb.
predicate
s
import
is_instance
from
cubicweb.uilib
import
soup2xhtml
from
cubicweb.view
import
EntityView
from
cubicweb.web
import
uicfg
,
formwidgets
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment