Skip to content
  • Matthew Barnes's avatar
    Make EMailPartList thread-safe. · 91822b42
    Matthew Barnes authored
    Exposing data members in the public struct is unwise, especially when
    EMailPartList is used from multiple threads.  Instead keep the members
    private and provide a set of thread-safe functions to manipulate them.
    91822b42