- Nothing changed yet.
- Corrected reply_to validator on reply. [sgeulette]
- Don't create wheel. [sgeulette]
- Blacked and isorted files. [sgeulette]
- Added reply_to validator to avoid self selection. [sgeulette]
- Added email_bcc field [sgeulette]
- Ensured to reuse already modified values when a form validation occurs [sgeulette]
- Corrected reply_form when appending to None value. [sgeulette]
- Updated max date to add 7 days (to avoid problem if instance is not restarted each day) [sgeulette]
- Added range (min and max) on fields original_mail_date and reception_date. [bleybaert]
- Added intermediate commit option in v11 upgrade [sgeulette]
- Added DmsOutgoingMail.get_replied to get the linked incoming mail. [sgeulette]
- Improved EmailAttachmentsVocabulary to escape mailing document and dmsfile filename title. [sgeulette]
- When listing attachments, do not include filename if it's the same than title. [sgeulette]
- Marked signed attachment [sgeulette]
- Made separate add_content method to be overrided. [sgeulette]
- Corrected contact imports after code move. [sgeulette]
- Corrected and improved EmailAttachmentsVocabulary [sgeulette]
- Avoided error in reply_form during masterselect widget call. [sgeulette]
- Added in EmailAttachmentsVocabulary related files of linked mails (reply_to) [sgeulette]
- Improved reply form to initialize reply_to widget with incomingmail reply_to values (including backrefs). Do not include deeper refs. [sgeulette]
- Use interface to ckeck context in validateIndexValueUniqueness (multiple types can use the same interface). [sgeulette]
- RelatedDocs field (reply_to) use now object_provides criteria [sgeulette]
- Replaced portal_type test by schema interface providedBy test [sgeulette]
- Added IOutgoingEmail and IFieldsetOutgoingEmail schema interfaces to describe email information [sgeulette]
- Added external_reference_number index [sgeulette]
- Reply form: added im treating_groups in om recipient_groups if another group responds [sgeulette]
- Added tests on reply form [sgeulette]
- Correction when setting form values: no more change after form edition. [sgeulette]
- Use a separated method to update reply fields (reused in batchactions form) [sgeulette]
- Renamed sender and recipients indexes. [sgeulette]
- Added settings to manage internal_reference_no field visibility and number incrementing for outgoing mails. [sgeulette]
- Added reply view to respond to incoming mail. [sgeulette]
- Added external_reference_no in outgoing mail. [sgeulette]
- Removed some grok [sgeulette]
- Corrected empty dependency step causing unresolved warning. Save changes ! [sgeulette]
- Corrected empty dependency step causing unresolved warning. [sgeulette]
- Changed sender field from ContactChoice to ContactList (multiple values). [sgeulette]
- Some corrections on encoding and index update [sgeulette]
- Add a recipients index, containing also the organisation chain UIDs [sgeulette]
- Updated reply_to field to allow dmsincomingmail and dmsoutgoingmail types. [sgeulette]
- Corrected indexer not working with 2 decorators. [sgeulette]
- Added display_backrefs on reply_to field. [sgeulette]
- Combined title and internal_reference_no in Title for OutgoingMail [sgeulette]
- Set internal_reference_no if empty [sgeulette]
- Add internal_reference_no in SearchableText [sgeulette]
- Display time on reception_date [sgeulette]
- Added option to set outgoing mail date at today [sgeulette]
- Add a sender index, containing also the organisation chain UIDs [sgeulette]
- Add a sender_index metadata [sgeulette]
- Use the same permission to protect config view and configlet. [sgeulette]
- Set original_mail_date as not required. [sgeulette]
- Give access to configlet to Site Administrator [sgeulette].
- Renamed 'in_reply_to' field to avoid child index interference with plone.app.discussion [sgeulette]
- Updated buildout [sgeulette]
- Avoid None in internal_reference_number index. ZCatalog 3 compatibility. [sgeulette]
- Set original_mail_date as required. Added default value [sgeulette]
- Use current datetime as encoding datetime [sgeulette]
- Added internal reference number in Title and in SearchableText [sgeulette]
- Corrected bad index name [sgeulette]
- Removed Member from add permission. Must be the default. [sgeulette]
- Add recipients field for incomingmail [cedricmessiant]
- Add ISendingType behaviour [cedricmessiant]
- Add indexer for in_reply_to field [cedricmessiant]
- Updated testing infra [vincentfretin]
- Make reception date a datetime [cedricmessiant]
- Manage internal_reference field automatically (no user input needed) [sgeulette]
- Add good proposal value in validation error message [sgeulette]
- Update validateIndexValueUniqueness: skip empty value [sgeulette]
- Use plone.formwidget.datetime [cedricmessiant]
- Allow tasks to be added to mails [fredericpeters]
- Change the index name and definition to avoid bad index on mail contained elements. Add a specific method linked to the index. [sgeulette]
- Corrected MANIFEST.in
- Added missing file in egg
- Package created using templer [cedricmessiant]
- Mail types [fredericpeters]
- Related docs [davidconvent]
- Translations, icons [sgeulette]
- Default values, expression evaluation [sgeulette]
- Setting forms [sgeulette]
- Tests [sgeulette]