[#106355] [Ruby master Bug#18373] RBS build failure: '/include/x86_64-linux/ruby/config.h', needed by 'constants.o'. — "vo.x (Vit Ondruch)" <noreply@...>
Issue #18373 has been reported by vo.x (Vit Ondruch).
28 messages
2021/12/01
[ruby-core:106808] [Ruby master Feature#16627] net/imap: support NAMESPACE extension (RFC2342)
From:
"nevans (Nicholas Evans)" <noreply@...>
Date:
2021-12-24 14:11:59 UTC
List:
ruby-core #106808
Issue #16627 has been updated by nevans (Nicholas Evans).
The [net/imap PR] was closed by [335e1c3] and released with [net/imap v0.2.0]. This issue should be closed, too.
Thanks!
[net/imap PR]: https://github.com/ruby/net-imap/pull/5
[335e1c3]: https://github.com/ruby/net-imap/commit/335e1c36e76e8e1f0e7e512f3e2d0acf8db61790
[net/imap v0.2.0]: https://github.com/ruby/net-imap/compare/v0.1.1...v0.2.0
----------------------------------------
Feature #16627: net/imap: support NAMESPACE extension (RFC2342)
https://bugs.ruby-lang.org/issues/16627#change-95617
* Author: nevans (Nicholas Evans)
* Status: Open
* Priority: Normal
----------------------------------------
This extension predates IMAP4rev1 (RFC3501), so most IMAP servers
support it. Many popular IMAP servers are configured with the default
personal namespaces as ("" "/"): no prefix and "/" hierarchy
delimiter. In that common case, the naive client may not have any
trouble naming mailboxes.
But many servers are configured e.g. with the default personal namespace
as ("INBOX." "."), placing all personal folders under INBOX with "."
as the hierarchy delimiter. If the client does not check for this, but
naively assumes it can use the same folder names for all servers, then
folder creation (and listing, moving, etc) can lead to errors.
Implementation: https://github.com/ruby/net-imap/pull/5
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>