You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to point to this from a new issue in the datatracker, but it's way to cryptic for that use. Please update the description (and delete this comment when done).
Some notes
- doc.views_review.search_mail_archive
- example of DT use: /doc/draft-ietf-netconf-trust-anchors/reviewrequest/15989/complete/
- complete-review.js
- doc/urls_review.py: url(r'^assignment/(?P<assignment_id>[0-9]+)/searchmailarchive/$', views_review.search_mail_archive),
- construct_query_urls, retrieve_messages
- mailarchive.retrieve_messages()
- API should handle query ie. subject:(draft-name), start_date, email_list from team email
- return from, splitfrom, subject, content, message_id, url, date, utcdate
The text was updated successfully, but these errors were encountered: