diff options
-rw-r--r-- | lib/Sietima/MailStore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sietima/MailStore.pm b/lib/Sietima/MailStore.pm index 6f0db44..fc8889e 100644 --- a/lib/Sietima/MailStore.pm +++ b/lib/Sietima/MailStore.pm @@ -18,7 +18,7 @@ to. It does not provide any implementation. my $id = $ms->store($email_mime_object,@tags); Must persistently store the given email message (as an L<< -C<Email::Simple>> object or similar), associating it with the gives +C<Email::Simple> >> object or similar), associating it with the gives tags (which must be strings). Must returns a unique identifier for the stored message. It is acceptable if identical messages are indistinguishable by the storage. |