migig

Results 6 issues of migig

I understand that a Postal from, sender, to, cc, bcc field should look like this: `Foo Bar [email protected]`. We use the `MailAddress` class for all sorts of stuff, and so...

We have a common base class for all viewmodels. So a viewmodel cannot inherit from that base class and from `Postal.Email`. Seems others have this problem as well: [see here](https://github.com/andrewdavey/postal/issues/52),...

I don't understand how the default limits are used. I always throttle specific actions, using the attribute. I don't do this globally. **I want to define custom limits every time**...

The table is useful for comparing similar icons. But what would be more useful, is a checkbox in the header, which if clicked, will **only show those icons which are...

Shared views are in a separate "library" MVC project. The `WebActivatorEx.PostApplicationStartMethod` is used to register the view engine. But I also precompile views in my main MVC project. And so...

[Refers to this issue](https://github.com/troygoode/PagedList/issues/115). By passing in `int.MaxValue`, will get the last page rather than the first. So you can have it both ways.