Skip to content

Add STL style iterators to MIMEHdr #7472

Description

@masaori335

On the review of #6520, @SolidWallOfCode pointed out MIMEHdr doesn't support STL paradigm of iterators.
What MIMEHdr has from initial commit is

MIMEField *iter_get_first(MIMEFieldIter *iter);
MIMEField *iter_get(MIMEFieldIter *iter);
MIMEField *iter_get_next(MIMEFieldIter *iter);

#6520 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions