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
a10e4468e6f2
Commit
147caef3
authored
Mar 26, 2010
by
Sylvain Thénault
Browse files
backport stable
parents
788622aba4ba
2c8dde98521a
Changes
3
Hide whitespace changes
Inline
Side-by-side
.hgtags
View file @
a10e4468
...
...
@@ -9,5 +9,6 @@ c65e11b67dc4438f9b36023612c8edcdede9a438 cubicweb-email-version-1_5_1
43e059ebb8f64bf5030f0558755d5e50b954ee92 cubicweb-email-debian-version-1_5_1-1
7b237859f2d2617fbebd00f19ca53f77890f89b4 cubicweb-email-version-1.6.0
d464f813a405376ea3fae96b5abd277a213532b0 cubicweb-email-debian-version-1.6.0-1
bb7aa8c654a45f401d7755b003ac69a5603d8f76 oldstable
22ec2b47db4aff2a92b3038f7f6069eb9cf5936a cubicweb-email-version-1.7.0
688fc001f03e6a52674fee6d70abacf17575f5c0 cubicweb-email-debian-version-1.7.0-1
__pkginfo__.py
View file @
a10e4468
...
...
@@ -16,9 +16,11 @@ author_email = "contact@logilab.fr"
web
=
'http://www.cubicweb.org/project/%s'
%
distname
short_desc
=
"email component for the CubicWeb framework"
long_desc
=
"""This CubicWeb component models email messages.
long_desc
=
"""
\
This cube models multipart email messages (`Emails` and `EmailPart`) and
provides tools to import your mail box into a cubicweb instance.
CubicWeb is a se
ma
n
tic
web framework, see http://www.cubicweb.org
Email are auto
matic
ally stored into`EmailThreads`.
"""
from
os
import
listdir
...
...
views/__init__.py
View file @
a10e4468
from
cubicweb.web
import
uicfg
uicfg
.
primaryview_section
.
tag_object_of
((
'Email'
,
'in_thread'
,
'EmailThread'
),
'hidden'
)
uicfg
.
autoform_section
.
tag_subject_of
((
'*'
,
'generated_by'
,
'Email'
),
'main'
,
'hidden'
)
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